summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2012-12-21 02:10:46 +0300
committeranatoly techtonik <techtonik@gmail.com>2012-12-21 02:10:46 +0300
commitfeaeef3be77d66989f55c183618164b783b1ddee (patch)
tree5b9f9221f4f6121349a612347716c9efa3db077c
parent61c8eaffe989844ed2b54f458001685f3144dcd5 (diff)
downloadscons-git-feaeef3be77d66989f55c183618164b783b1ddee.tar.gz
Fix test/runtest/xml/output.py for the new behavior of --xml option
-rw-r--r--test/runtest/xml/output.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest/xml/output.py b/test/runtest/xml/output.py
index 4702b7eb2..66d7911fd 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 = """\
<results>