]> granicus.if.org Git - llvm/commitdiff
[lit] Actually run tests for internal env command
authorJoel E. Denny <jdenny.ornl@gmail.com>
Sat, 3 Aug 2019 06:08:04 +0000 (06:08 +0000)
committerJoel E. Denny <jdenny.ornl@gmail.com>
Sat, 3 Aug 2019 06:08:04 +0000 (06:08 +0000)
Put the main test script in the right directory, and fix a python bug
in a local script.

Reviewed By: stella.stamenova

Differential Revision: https://reviews.llvm.org/D65623

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367751 91177308-0d34-0410-b5e6-96231b3b80d8

utils/lit/tests/Inputs/shtest-env/print_environment.py
utils/lit/tests/shtest-env.py [moved from utils/lit/tests/Inputs/shtest-env/shtest-env.py with 100% similarity]

index ac9a80e6d5063752d67e6880a900e3463248add5..af6127670b8b532678be62dfc684b137bca2f04e 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-from __future__ import print_statement
+from __future__ import print_function
 import os
 
 sorted_environment = sorted(os.environ.items())