diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2009-12-16 02:29:54 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2009-12-16 02:29:54 (GMT) |
commit | 3f0d3576e54c5fdc1cb3822365a856736a96790e (patch) | |
tree | 555cac365ef26e96d6f1972abb7db1edb612637e /QMTest | |
parent | 8b9d8457a92ea9e5942e38de19366c0919d6e0a7 (diff) | |
download | SCons-3f0d3576e54c5fdc1cb3822365a856736a96790e.zip SCons-3f0d3576e54c5fdc1cb3822365a856736a96790e.tar.gz SCons-3f0d3576e54c5fdc1cb3822365a856736a96790e.tar.bz2 |
Better fix for #2530: dont exit at all on unimplemented options, just print a warning and keep going.
Diffstat (limited to 'QMTest')
-rw-r--r-- | QMTest/TestSCons.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index e698f4e..00328ed 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -419,7 +419,6 @@ class TestSCons(TestCommon): """ msg = "Warning: the %s option is not yet implemented\n" % option kw['stderr'] = msg - kw['status'] = 1 if arguments: # If it's a long option and the argument string begins with '=', # it's of the form --foo=bar and needs no separating space. |