summaryrefslogtreecommitdiff
path: root/QMTest
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2011-06-17 03:04:17 +0000
committerWilliam Deegan <bill@baddogconsulting.com>2011-06-17 03:04:17 +0000
commit09c2e07f67522b5b7c0103e7ada36abdd8a96774 (patch)
tree75de04d8405b92cce2257993900d0141d3bff3c3 /QMTest
parentaf6e4e61541fc2e85d7dd14ec8a59d47dab29a73 (diff)
downloadscons-09c2e07f67522b5b7c0103e7ada36abdd8a96774.tar.gz
Fix bug 2772
Diffstat (limited to 'QMTest')
-rw-r--r--QMTest/TestSCons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py
index 36eb4071..27cfcb89 100644
--- a/QMTest/TestSCons.py
+++ b/QMTest/TestSCons.py
@@ -669,7 +669,7 @@ class TestSCons(TestCommon):
if sys.platform == 'win32':
result.append(os.path.join(d,'win32'))
- elif sys.platform == 'linux2':
+ elif sys.platform.startswith('linux'):
result.append(os.path.join(d,'linux'))
return result