diff options
Diffstat (limited to 'test/option--la.py')
-rw-r--r-- | test/option--la.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/option--la.py b/test/option--la.py index e2d3165..2ebd95e 100644 --- a/test/option--la.py +++ b/test/option--la.py @@ -10,10 +10,8 @@ test = TestSCons.TestSCons() test.write('SConstruct', "") -test.run(arguments = '--list-actions') - -test.fail_test(test.stderr() != - "Warning: the --list-actions option is not yet implemented\n") +test.run(arguments = '--list-actions', + stderr = "Warning: the --list-actions option is not yet implemented\n") test.pass_test() |