Skip to content

Commit 0cbe8ce

Browse files
committedOct 11, 2017
Previous experiment worked, adding rest of projects
1 parent afff289 commit 0cbe8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎test_all_ftl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e # Exit immediately if a command exits with a non-zero status.
44

5-
for line in $(find . -name 'gradlew' | tail -2); do # TODO: Remove tail, this is for testing.
5+
for line in $(find . -name 'gradlew'); do
66
p=$(dirname "${line}");
77
name="${p##*/}";
88
echo

0 commit comments

Comments
 (0)