tests/run-tests.py
changeset 20507 38444739a69f
parent 20506 a46c9fea6c73
child 20508 91d4f82c2d3b
--- a/tests/run-tests.py	Thu Feb 13 08:14:54 2014 +0100
+++ b/tests/run-tests.py	Thu Feb 13 08:17:39 2014 +0100
@@ -1167,6 +1167,8 @@
 
     if failed:
         return 1
+    if warned:
+        return 80
 
 testtypes = [('.py', pytest, '.out'),
              ('.t', tsttest, '')]