diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-01-01 17:47:58 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-01-01 17:47:58 +0200 |
| commit | aa99fb0c6747995ea885c695e94279c9e14a5b22 (patch) | |
| tree | 196750eb6bab58964e82693cd39abab7da9f537c /run_tests.py | |
| parent | 650787f3d7d313f4abd63a99a673517f984bf775 (diff) | |
| download | meson-aa99fb0c6747995ea885c695e94279c9e14a5b22.tar.gz | |
Pass environment and interpreter into shell generator as arguments.
Diffstat (limited to 'run_tests.py')
| -rwxr-xr-x | run_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py index f4ec4de76..5fb931632 100755 --- a/run_tests.py +++ b/run_tests.py @@ -38,7 +38,6 @@ def run_tests(): pass [run_test(t) for t in tests] - if __name__ == '__main__': os.chdir(os.path.split(__file__)[0]) run_tests() |
