]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
makereport.py: output errors to stderr instead
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 20 Oct 2013 20:45:24 +0000 (20:45 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 20 Oct 2013 20:45:24 +0000 (20:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@31351 0785d39b-7218-0410-832d-ea1e28bc413d

tests/scripts/makereport.py

index fba3599be18b6d56d26eec766f9b864b7bc72a30..8edbbaef50ec70b1b0265bea14db2120aaf24ca3 100644 (file)
@@ -90,7 +90,7 @@ for test in testing.findall("Test"):
             if failstatustxt in statuslist:
                 status = statuslist.index(failstatustxt)
             else:
-                print "unknown status '%s' in test %s "% (failstatustxt,name)
+                print >>sys.stderr, "unknown status '%s' in test %s "% (failstatustxt,name)
                 status=0           
 
     stati = [" 0  "," 1  "," 2  "," 3  ","  + "]

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.