Skip to content

Commit e1c649c

Browse files
committed
and again
1 parent 9ceea10 commit e1c649c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/run_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
DIR=$( cd $( dirname "${BASH_SOURCE[0]}" )/.. && pwd )
66

77
echo "Analyzing library for warnings or type errors"
8-
dartanalyzer --show-package-warnings --package-root lib start.dart
8+
dartanalyzer --show-package-warnings $DIR/lib/start.dart
99
rm -r out
1010

1111
for test in $DIR/test/*_test.dart

0 commit comments

Comments
 (0)