diff options
Diffstat (limited to 'QMTest')
-rw-r--r-- | QMTest/TestSCons.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index 36eb407..27cfcb8 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 |