Exit when tests fail

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

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

Loading…
Cancel
Save