diff options
Diffstat (limited to 'scripts/test/wasm2js.py')
-rwxr-xr-x | scripts/test/wasm2js.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test/wasm2js.py b/scripts/test/wasm2js.py index a5e4ce6eb..31df227cf 100755 --- a/scripts/test/wasm2js.py +++ b/scripts/test/wasm2js.py @@ -20,7 +20,7 @@ from scripts.test import shared from scripts.test import support tests = shared.get_tests(shared.options.binaryen_test) -spec_tests = shared.get_tests(shared.get_test_dir('spec'), ['.wast']) +spec_tests = shared.options.spec_tests spec_tests = [t for t in spec_tests if '.fail' not in t] wasm2js_tests = shared.get_tests(shared.get_test_dir('wasm2js'), ['.wast']) assert_tests = ['wasm2js.wast.asserts'] |