Skip to content

Commit

Permalink
Bug 1032255 - TPS has to exit with code != 0 in case of failures. r=a…
Browse files Browse the repository at this point in the history
…eftimie, dhunt
  • Loading branch information
cosmin-malutan committed Jul 28, 2014
1 parent f5cd554 commit 437749b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/tps/tps/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,8 @@ def main():
)
TPS.run_tests()

if TPS.numfailed > 0 or TPS.numpassed == 0:
sys.exit(1)

if __name__ == '__main__':
main()

0 comments on commit 437749b

Please sign in to comment.