diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-02-19 16:13:01 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-02-19 16:13:01 -0800 |
commit | 767ce0c42c4685c9103a01a7154be941786b5dfd (patch) | |
tree | 01d129c23861e0db90bf73a1ea1ff7be0ffef8a6 | |
parent | 5606427b7035a599f3a523ff22be22cbb9fbbca5 (diff) |
fix test_lua
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index e9471a8b..6cdade96 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -4488,6 +4488,8 @@ def process(filename): # print opt, "FAIL" def test_lua(self): + if self.emcc_args is None and Building.LLVM_OPTS: return self.skip('llvm 3.1 and safe llvm opts break lua') + try: os.environ['EMCC_LEAVE_INPUTS_RAW'] = '1' |