diff options
Diffstat (limited to 'test/option--U.py')
-rw-r--r-- | test/option--U.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option--U.py b/test/option--U.py index d700267..f6546ed 100644 --- a/test/option--U.py +++ b/test/option--U.py @@ -32,7 +32,7 @@ import TestSCons test = TestSCons.TestSCons() -python = sys.executable +python = TestSCons.python test.subdir('sub1', 'sub2', 'sub3') |