From 98719470da218f2cbe2a256e478f56520a29f4dc Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 4 Nov 2015 15:40:29 -0800 Subject: disable spec tests by default, for now --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.py') diff --git a/check.py b/check.py index ee288f0da..6eaffa119 100755 --- a/check.py +++ b/check.py @@ -80,7 +80,7 @@ for t in tests: print '\n[ checking wasm-shell spec testcases... ]\n' if len(requested) == 0: - spec_tests = [os.path.join('spec', t) for t in sorted(os.listdir(os.path.join('test', 'spec')))] + spec_tests = [] # XXX [os.path.join('spec', t) for t in sorted(os.listdir(os.path.join('test', 'spec')))] else: spec_tests = requested[:] -- cgit v1.2.3