Skip to content

Commit

Permalink
Previous experiment worked, adding rest of projects
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca committed Oct 11, 2017
1 parent afff289 commit 0cbe8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_all_ftl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

0 comments on commit 0cbe8ce

Please sign in to comment.