diff options
author | anatoly techtonik <techtonik@gmail.com> | 2012-12-20 23:10:46 (GMT) |
---|---|---|
committer | anatoly techtonik <techtonik@gmail.com> | 2012-12-20 23:10:46 (GMT) |
commit | feaeef3be77d66989f55c183618164b783b1ddee (patch) | |
tree | 5b9f9221f4f6121349a612347716c9efa3db077c /test/runtest | |
parent | 61c8eaffe989844ed2b54f458001685f3144dcd5 (diff) | |
download | SCons-feaeef3be77d66989f55c183618164b783b1ddee.zip SCons-feaeef3be77d66989f55c183618164b783b1ddee.tar.gz SCons-feaeef3be77d66989f55c183618164b783b1ddee.tar.bz2 |
Fix test/runtest/xml/output.py for the new behavior of --xml option
Diffstat (limited to 'test/runtest')
-rw-r--r-- | test/runtest/xml/output.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = """\ <results> |