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
72de7025
Commit
72de7025
authored
Jul 27, 2016
by
pq
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dart_1.19.0-dev.0.0' of github.com:pq/flutter into dart_1.19.0-dev.0.0
parents
13c3f9d9
4bbf72a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
test.dart
packages/flutter_tools/lib/src/commands/test.dart
+3
-2
No files found.
packages/flutter_tools/lib/src/commands/test.dart
View file @
72de7025
...
@@ -47,7 +47,8 @@ class TestCommand extends FlutterCommand {
...
@@ -47,7 +47,8 @@ class TestCommand extends FlutterCommand {
@override
@override
bool
get
requiresProjectRoot
=>
false
;
bool
get
requiresProjectRoot
=>
false
;
Validator
projectRootValidator
=
()
{
@override
Validator
commandValidator
=
()
{
if
(!
FileSystemEntity
.
isFileSync
(
'pubspec.yaml'
))
{
if
(!
FileSystemEntity
.
isFileSync
(
'pubspec.yaml'
))
{
printError
(
printError
(
'Error: No pubspec.yaml file found in the current working directory.
\n
'
'Error: No pubspec.yaml file found in the current working directory.
\n
'
...
@@ -149,7 +150,7 @@ class TestCommand extends FlutterCommand {
...
@@ -149,7 +150,7 @@ class TestCommand extends FlutterCommand {
Future
<
int
>
runInProject
()
async
{
Future
<
int
>
runInProject
()
async
{
List
<
String
>
testArgs
=
argResults
.
rest
.
map
((
String
testPath
)
=>
path
.
absolute
(
testPath
)).
toList
();
List
<
String
>
testArgs
=
argResults
.
rest
.
map
((
String
testPath
)
=>
path
.
absolute
(
testPath
)).
toList
();
if
(!
projectRoot
Validator
())
if
(!
command
Validator
())
return
1
;
return
1
;
Directory
testDir
;
Directory
testDir
;
...
...
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