Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
72e426fc
Unverified
Commit
72e426fc
authored
Jan 14, 2022
by
godofredoc
Committed by
GitHub
Jan 14, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explicitly set verbose flag for customer testing. (#96634)
parent
219dd6ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ci.bat
dev/customer_testing/ci.bat
+1
-1
ci.sh
dev/customer_testing/ci.sh
+1
-1
No files found.
dev/customer_testing/ci.bat
View file @
72e426fc
...
@@ -16,4 +16,4 @@ CD ..\customer_testing
...
@@ -16,4 +16,4 @@ CD ..\customer_testing
CMD /S /C "IF EXIST "..\..\bin\cache\pkg\tests\" RMDIR /S /Q ..\..\bin\cache\pkg\tests"
CMD /S /C "IF EXIST "..\..\bin\cache\pkg\tests\" RMDIR /S /Q ..\..\bin\cache\pkg\tests"
git clone https://github.com/flutter/tests.git ..\..\bin\cache\pkg\tests
git clone https://github.com/flutter/tests.git ..\..\bin\cache\pkg\tests
FOR /F "usebackq tokens=*" %%a IN (`dart --enable-asserts ..\tools\bin\find_commit.dart ..\..\bin\cache\pkg\tests`) DO git -C ..\..\bin\cache\pkg\tests checkout %%a
FOR /F "usebackq tokens=*" %%a IN (`dart --enable-asserts ..\tools\bin\find_commit.dart ..\..\bin\cache\pkg\tests`) DO git -C ..\..\bin\cache\pkg\tests checkout %%a
dart --enable-asserts run_tests.dart --skip-on-fetch-failure --skip-template ..\..\bin\cache\pkg\tests\registry\*.test
dart --enable-asserts run_tests.dart --
verbose --
skip-on-fetch-failure --skip-template ..\..\bin\cache\pkg\tests\registry\*.test
dev/customer_testing/ci.sh
View file @
72e426fc
...
@@ -34,4 +34,4 @@ git clone https://github.com/flutter/tests.git ../../bin/cache/pkg/tests
...
@@ -34,4 +34,4 @@ git clone https://github.com/flutter/tests.git ../../bin/cache/pkg/tests
git
-C
../../bin/cache/pkg/tests checkout
`
dart
--enable-asserts
../tools/bin/find_commit.dart ../../bin/cache/pkg/tests
`
git
-C
../../bin/cache/pkg/tests checkout
`
dart
--enable-asserts
../tools/bin/find_commit.dart ../../bin/cache/pkg/tests
`
# Finally, run the tests.
# Finally, run the tests.
dart
--enable-asserts
run_tests.dart
--skip-on-fetch-failure
--skip-template
../../bin/cache/pkg/tests/registry/
*
.test
dart
--enable-asserts
run_tests.dart
--
verbose
--
skip-on-fetch-failure
--skip-template
../../bin/cache/pkg/tests/registry/
*
.test
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment