From: heister Date: Sun, 20 Oct 2013 20:45:24 +0000 (+0000) Subject: makereport.py: output errors to stderr instead X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e6ab4cd53e159374f377847f5a5371365499e27;p=dealii-svn.git makereport.py: output errors to stderr instead git-svn-id: https://svn.dealii.org/trunk@31351 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/scripts/makereport.py b/tests/scripts/makereport.py index fba3599be1..8edbbaef50 100644 --- a/tests/scripts/makereport.py +++ b/tests/scripts/makereport.py @@ -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 "," + "]