Skip to content

Commit 338ac91

Browse files
committed
debug
1 parent a637581 commit 338ac91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tool/github.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ if [ "DART_BOT" = "$BOT" ] ; then
4444
(cd src; dart analyze)
4545
(cd tool/plugin; dart analyze)
4646

47-
echo `pwd`
48-
echo "ls -lR"
49-
ls -lR > dir-list.txt
50-
cat dir-list.txt
51-
5247
# Ensure that the edits have been applied to template files (and their target
5348
# files have been regenerated).
5449
./bin/plugin generate
@@ -72,6 +67,11 @@ elif [ "CHECK_BOT" = "$BOT" ] ; then
7267

7368
elif [ "UNIT_TEST_BOT" = "$BOT" ] ; then
7469

70+
echo `pwd`
71+
echo "ls -lR"
72+
ls -lR > dir-list.txt
73+
cat dir-list.txt
74+
7575
# Run unit tests.
7676
./bin/plugin test
7777

0 commit comments

Comments
 (0)