diff options
Diffstat (limited to 'test/option--cs.py')
-rw-r--r-- | test/option--cs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option--cs.py b/test/option--cs.py index ea1399b..e1294ec 100644 --- a/test/option--cs.py +++ b/test/option--cs.py @@ -32,7 +32,7 @@ test = TestSCons.TestSCons() test.write('SConstruct', "") -test.run(arguments = '--cache-show', +test.run(arguments = '--cache-show .', stderr = "Warning: the --cache-show option is not yet implemented\n") test.pass_test() |