summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtest.py b/runtest.py
index 27e88675..649ca083 100644
--- a/runtest.py
+++ b/runtest.py
@@ -641,6 +641,7 @@ elif testlistfile:
tests = open(testlistfile, 'r').readlines()
tests = [x for x in tests if x[0] != '#']
tests = [x[:-1] for x in tests]
+ tests = [x.strip() for x in tests]
elif all and not qmtest:
# Find all of the SCons functional tests in the local directory
# tree. This is anything under the 'src' subdirectory that ends