Skip to content

Commit

Permalink
Catch failing tests: Fix #143
Browse files Browse the repository at this point in the history
  • Loading branch information
mccalluc committed Sep 19, 2018
1 parent a1a8b63 commit b67861d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
- pip install codacy-coverage
script:
- invoke test --ignore-webdev # temporarily ignore test_webdev which uses tibanna_pony
- source tests/awsf/test.sh
- ./tests/awsf/test.sh
after_success:
- echo "finished running tests on repo"
- echo " now deploy core lambda pacakges"
Expand Down
1 change: 1 addition & 0 deletions tests/awsf/test.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -o errexit

python awsf/aws_decode_run_json.py tests/awsf/bqLd8oa7Tdzq.run.json

Expand Down

0 comments on commit b67861d

Please sign in to comment.