diff options
author | Greg Noel <GregNoel@tigris.org> | 2010-06-08 07:50:14 (GMT) |
---|---|---|
committer | Greg Noel <GregNoel@tigris.org> | 2010-06-08 07:50:14 (GMT) |
commit | cfa399517220689e5992bf5634ed2dcf366473e2 (patch) | |
tree | c08d986c287524b51426fe314c84ee5c0444a9ed /QMTest | |
parent | 02b944eec24378f2382bc7e4ff7b94805934531a (diff) | |
download | SCons-cfa399517220689e5992bf5634ed2dcf366473e2.zip SCons-cfa399517220689e5992bf5634ed2dcf366473e2.tar.gz SCons-cfa399517220689e5992bf5634ed2dcf366473e2.tar.bz2 |
Remove the rest of the logic for the noqmtest keyword
Diffstat (limited to 'QMTest')
-rw-r--r-- | QMTest/TestRuntest.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/QMTest/TestRuntest.py b/QMTest/TestRuntest.py index 926950e..ec1c5d7 100644 --- a/QMTest/TestRuntest.py +++ b/QMTest/TestRuntest.py @@ -111,13 +111,6 @@ class TestRuntest(TestCommon): kw['workdir'] = '' try: - noqmtest = kw['noqmtest'] - except KeyError: - noqmtest = 0 - else: - del kw['noqmtest'] - - try: things_to_copy = kw['things_to_copy'] except KeyError: things_to_copy = [ |