diff options
Diffstat (limited to 'test/option--U.py')
-rw-r--r-- | test/option--U.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option--U.py b/test/option--U.py index 003bce1..d2c518d 100644 --- a/test/option--U.py +++ b/test/option--U.py @@ -85,7 +85,7 @@ test.fail_test(os.path.exists(test.workpath('sub2/xxx.out'))) test.unlink(['sub1', 'foo.out']) test.write('SConscript', """assert GetLaunchDir() == r'%s'"""%test.workpath('sub1')) -test.run(arguments = '-U', chdir = 'sub1') +test.run(arguments = '-U', chdir = 'sub1', stderr = None, status = 2) test.fail_test(os.path.exists(test.workpath('sub1', 'foo.out'))) test.fail_test(os.path.exists(test.workpath('sub2', 'bar.out'))) test.fail_test(os.path.exists(test.workpath('sub2b', 'bar.out'))) |