summaryrefslogtreecommitdiffstats
path: root/test/runtest/simple/pass.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtest/simple/pass.py')
-rw-r--r--test/runtest/simple/pass.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/runtest/simple/pass.py b/test/runtest/simple/pass.py
index 8dfc996..c3a8b02 100644
--- a/test/runtest/simple/pass.py
+++ b/test/runtest/simple/pass.py
@@ -38,7 +38,7 @@ test.write_passing_test(['test', 'pass.py'])
# NOTE: The "test/pass.py : PASS" line has spaces at the end.
-expect = r"""qmtest.py run --output results.qmr --format none --result-stream=scons_tdb.AegisChangeStream test/pass.py
+expect = r"""qmtest.py run --output results.qmr --format none --result-stream="scons_tdb.AegisChangeStream" test/pass.py
--- TEST RESULTS -------------------------------------------------------------
test/pass.py : PASS
@@ -55,6 +55,6 @@ expect = r"""qmtest.py run --output results.qmr --format none --result-stream=sc
1 (100%) tests PASS
"""
-test.run(arguments = '--qmtest test/pass.py', stdout = expect)
+test.run(arguments = 'test/pass.py', stdout = expect)
test.pass_test()