Commit 2c5a60f1 authored by Joel E. Denny's avatar Joel E. Denny
Browse files

[lit] Actually run tests for internal env command

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

llvm-svn: 367751
parent 41a2847a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env python

from __future__ import print_statement
from __future__ import print_function
import os

sorted_environment = sorted(os.environ.items())