summaryrefslogtreecommitdiff
path: root/cesar/maximus/python/test/test_ethernet.py
diff options
context:
space:
mode:
authorburet2009-09-11 12:18:25 +0000
committerburet2009-09-11 12:18:25 +0000
commite2694c37538dfcd35ad7ad4fed455f2ae7367a5d (patch)
tree3df92d0a2de1dd73877312af2842b3752d34c729 /cesar/maximus/python/test/test_ethernet.py
parent9f877ac78a151950139e1c57ff6fe7568d771c73 (diff)
[maximus/python] fix errors in MME test (was due to padding modification) + add exit code to test scripts for nightly tests
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5514 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/maximus/python/test/test_ethernet.py')
-rw-r--r--cesar/maximus/python/test/test_ethernet.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cesar/maximus/python/test/test_ethernet.py b/cesar/maximus/python/test/test_ethernet.py
index af6865d647..9a7762c5f0 100644
--- a/cesar/maximus/python/test/test_ethernet.py
+++ b/cesar/maximus/python/test/test_ethernet.py
@@ -465,3 +465,5 @@ except ValueError:
if __name__ == '__main__':
testResult = unittest.TextTestRunner(verbosity=2).run(suite)
+ # For nightly build errors
+ sys.exit ((1, 0)[testResult.wasSuccessful ()])