-
-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
I am running bash_unit with travis-ci and I inadvertently introduced a syntax error into one of my test scripts. The script failed to run but the build succeeded. The failure should have been caught.
In Travis:
script:
- make test
- ./bash_unit tests/test_*Logs:
$ ./bash_unit tests/test_*
Running tests in tests/test_wait_for_job_success
test_wait_for_job_success: line 22: syntax error near unexpected token 'done'
test_wait_for_job_success: line 22: 'done'
The command "./bash_unit tests/test_*" exited with 0.
Metadata
Metadata
Assignees
Labels
No labels