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
82e18827
Unverified
Commit
82e18827
authored
Dec 14, 2017
by
Phil Quitslund
Committed by
GitHub
Dec 14, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated flutter_tools test running instructions. (#13533)
parent
a2296aa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
CONTRIBUTING.md
CONTRIBUTING.md
+5
-3
No files found.
CONTRIBUTING.md
View file @
82e18827
...
...
@@ -137,10 +137,12 @@ Alternatively, delete the `bin/cache/flutter_tools.snapshot` file. Doing so will
force a rebuild of the tool from your local sources the next time you run
`flutter`
.
flutter_tools' tests run inside the Dart command line VM rather than in the
flutter shell. To run the test:
flutter shell. To run the tests, ensure that no devices are connected,
then navigate to
`flutter_tools`
and execute:
*
`cd packages/flutter_tools`
*
`pub run test -j1`
```
shell
DART_VM_OPTIONS
=
--assert-initializer
../../bin/cache/dart-sdk/bin/pub run
test
```
The pre-built flutter tool runs in release mode with the observatory off by default.
To enable debugging mode and the observatory on the
`flutter`
tool, uncomment the
...
...
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