Skip to content

Commit

Permalink
Updated test runner to return exit code which travis should pick up
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanwp committed Sep 4, 2015
1 parent 2dfccb0 commit 422e01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cis/test/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def run(test_set='cis/test/unit', n_processors=1, stop=False):
if stop:
args.append('--stop')

nose.run(argv=args)
nose.run_exit(argv=args)


class nose_test(TestCommand):
Expand Down

0 comments on commit 422e01b

Please sign in to comment.