mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-24 22:06:14 +01:00
- propagate retval to the caller
This commit is contained in:
parent
9c5c329a04
commit
1da96d7df7
@ -1,3 +1,4 @@
|
||||
import sys
|
||||
import unittest
|
||||
import test_update
|
||||
import test_addfiles
|
||||
@ -15,4 +16,5 @@ suite.addTests(test_update.suite())
|
||||
suite.addTests(test_difffiles.suite())
|
||||
suite.addTests(test_init_package.suite())
|
||||
suite.addTests(test_commit.suite())
|
||||
unittest.TextTestRunner(verbosity=1).run(suite)
|
||||
result = unittest.TextTestRunner(verbosity=1).run(suite)
|
||||
sys.exit(not result.wasSuccessful())
|
||||
|
Loading…
Reference in New Issue
Block a user