We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a637581 commit 338ac91Copy full SHA for 338ac91
tool/github.sh
@@ -44,11 +44,6 @@ if [ "DART_BOT" = "$BOT" ] ; then
44
(cd src; dart analyze)
45
(cd tool/plugin; dart analyze)
46
47
-echo `pwd`
48
-echo "ls -lR"
49
-ls -lR > dir-list.txt
50
-cat dir-list.txt
51
-
52
# Ensure that the edits have been applied to template files (and their target
53
# files have been regenerated).
54
./bin/plugin generate
@@ -72,6 +67,11 @@ elif [ "CHECK_BOT" = "$BOT" ] ; then
72
67
73
68
elif [ "UNIT_TEST_BOT" = "$BOT" ] ; then
74
69
70
+echo `pwd`
71
+echo "ls -lR"
+ls -lR > dir-list.txt
+cat dir-list.txt
+
75
# Run unit tests.
76
./bin/plugin test
77
0 commit comments