diff options
author | Daniel Moody <daniel.moody@mongodb.com> | 2021-04-05 15:40:40 (GMT) |
---|---|---|
committer | Daniel Moody <daniel.moody@mongodb.com> | 2021-04-05 15:40:40 (GMT) |
commit | 54704455ae6ce154f61a69a8e47997ef77e13fe2 (patch) | |
tree | 112ee1a3dc2d7a9e983069b7b5b5ff83ba6bbdca /testing/framework | |
parent | ce9ea2580fa5e4bb143d5ada308c42e40512be19 (diff) | |
download | SCons-54704455ae6ce154f61a69a8e47997ef77e13fe2.zip SCons-54704455ae6ce154f61a69a8e47997ef77e13fe2.tar.gz SCons-54704455ae6ce154f61a69a8e47997ef77e13fe2.tar.bz2 |
fix sider issues
Diffstat (limited to 'testing/framework')
-rw-r--r-- | testing/framework/TestCommon.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/framework/TestCommon.py b/testing/framework/TestCommon.py index 34a7f6d..7c857bf 100644 --- a/testing/framework/TestCommon.py +++ b/testing/framework/TestCommon.py @@ -377,7 +377,6 @@ class TestCommon(TestCmd): of output being searched, and only shows up in failure output. """ - missing = [] if is_List(output): output = '\n'.join(output) |