diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-05-24 23:06:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 23:06:13 (GMT) |
commit | 548d1ffa13be5ed5521f4650089c5e9d7d043811 (patch) | |
tree | 9276cb26f9b9fb34efa46615ba15dfbdacefabfe /testing | |
parent | 08ea935321ab8858e15573e44c270da563e12ea0 (diff) | |
parent | 0d9a99d630169277689e95e39ae64ccf9b9215bf (diff) | |
download | SCons-548d1ffa13be5ed5521f4650089c5e9d7d043811.zip SCons-548d1ffa13be5ed5521f4650089c5e9d7d043811.tar.gz SCons-548d1ffa13be5ed5521f4650089c5e9d7d043811.tar.bz2 |
Merge branch 'master' into ninja-generation
Diffstat (limited to 'testing')
-rw-r--r-- | testing/framework/TestCommon.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/framework/TestCommon.py b/testing/framework/TestCommon.py index b1630e5..2eeaad0 100644 --- a/testing/framework/TestCommon.py +++ b/testing/framework/TestCommon.py @@ -785,10 +785,6 @@ class TestCommon(TestCmd): sys.stdout.flush() pass_skips = os.environ.get('TESTCOMMON_PASS_SKIPS') if pass_skips in [None, 0, '0']: - # skip=1 means skip this function when showing where this - # result came from. They only care about the line where the - # script called test.skip_test(), not the line number where - # we call test.no_result(). if from_fw: self.no_result(skip=2) else: |