summaryrefslogtreecommitdiffstats
path: root/testing/framework
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2021-04-05 15:40:40 (GMT)
committerDaniel Moody <daniel.moody@mongodb.com>2021-04-05 15:40:40 (GMT)
commit54704455ae6ce154f61a69a8e47997ef77e13fe2 (patch)
tree112ee1a3dc2d7a9e983069b7b5b5ff83ba6bbdca /testing/framework
parentce9ea2580fa5e4bb143d5ada308c42e40512be19 (diff)
downloadSCons-54704455ae6ce154f61a69a8e47997ef77e13fe2.zip
SCons-54704455ae6ce154f61a69a8e47997ef77e13fe2.tar.gz
SCons-54704455ae6ce154f61a69a8e47997ef77e13fe2.tar.bz2
fix sider issues
Diffstat (limited to 'testing/framework')
-rw-r--r--testing/framework/TestCommon.py1
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)