Browse Source

[debug] new try

pull/142/head
Oliverpool 9 years ago
parent
commit
602f4dfe1b
  1. 2
      test/test_compilation/test_compilation.py

2
test/test_compilation/test_compilation.py

@ -102,7 +102,7 @@ class FileTest(unittest.TestCase, metaclass=dynamic.DynamicTest):
command.extend(['--steps', steps])
current_env = os.environ.copy()
#current_env['PYTHONPATH'] = ':'.join(sys.path)
current_env['PYTHONPATH'] = ':'.join(sys.path[1:])
print("#######")
print(command)
print("#######")

Loading…
Cancel
Save