Exit when tests fail

pull/7/head
Ferry Boender 9 years ago
parent e260ec3850
commit e7e21949bf
  1. 2
      test/test.py

@ -570,7 +570,7 @@ if __name__ == '__main__':
sys.path.insert(0, '../src') sys.path.insert(0, '../src')
import scriptform import scriptform
import runscript import runscript
unittest.main(exit=False) unittest.main(exit=True)
cov.stop() cov.stop()
cov.save() cov.save()

Loading…
Cancel
Save