diff options
author | Anthony Pesch <inolen@gmail.com> | 2013-08-12 15:05:35 -0700 |
---|---|---|
committer | Anthony Pesch <inolen@gmail.com> | 2013-08-12 15:05:35 -0700 |
commit | 85afe6e007dad36772914d18451f4d67cbf20549 (patch) | |
tree | 6201449a00e60c4a8ba597762adcfccddae1cf85 /tools/shared.py | |
parent | 8d3994c9eb604408fb0a325712c63b96827dee90 (diff) |
Move JS_ENGINE_OVERRIDE to shared Building object to avoid sys.modules hack
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/shared.py b/tools/shared.py index b8a796ac..917f548e 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -764,6 +764,7 @@ class Building: COMPILER = CLANG LLVM_OPTS = False COMPILER_TEST_OPTS = [] # For use of the test runner + JS_ENGINE_OVERRIDE = None # Used to pass the JS engine override from runner.py -> test_benchmark.py @staticmethod def get_building_env(native=False): |