Navigation Menu

Skip to content

Commit

Permalink
add another test
Browse files Browse the repository at this point in the history
  • Loading branch information
julie-sullivan authored and FlyMine committed Sep 10, 2019
1 parent e82299e commit 946e345
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/travis/run.sh
Expand Up @@ -26,11 +26,13 @@ elif [ "$TEST_SUITE" = "bio" ]; then
(cd bio && ./gradlew build)
(cd bio/sources && ./gradlew build)
(cd bio/postprocess && ./gradlew build)
(cd bio/postprocess-test && ./gradlew build)

echo CHECKING results
./config/lib/parse_test_report.py 'bio'
./config/lib/parse_test_report.py 'bio/sources'
./config/lib/parse_test_report.py 'bio/postprocess'
./config/lib/parse_test_report.py 'bio/postprocess-test'

echo ALL TESTS PASSED
elif [ "$TEST_SUITE" = "checkstyle" ]; then
Expand Down

0 comments on commit 946e345

Please sign in to comment.