From 949a965ab782ac526a12419a4f93ae05136dc0f9 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 20 Oct 2013 20:45:24 +0000 Subject: [PATCH] makereport.py: output errors to stderr instead git-svn-id: https://svn.dealii.org/trunk@31351 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/scripts/makereport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "," + "] -- 2.39.5