From feaeef3be77d66989f55c183618164b783b1ddee Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Fri, 21 Dec 2012 02:10:46 +0300 Subject: Fix test/runtest/xml/output.py for the new behavior of --xml option --- test/runtest/xml/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtest/xml/output.py b/test/runtest/xml/output.py index 4702b7e..66d7911 100644 --- a/test/runtest/xml/output.py +++ b/test/runtest/xml/output.py @@ -52,7 +52,7 @@ test.write_no_result_test(['test', 'no_result.py']) test.write_passing_test(['test', 'pass.py']) -test.run(arguments = '-o xml.out --xml test', status=1) +test.run(arguments = '--xml xml.out test', status=1) expect = """\ -- cgit v0.12