From de3cbc986cdf32e71b57b01766324d7cac68bda6 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 27 Feb 2013 21:50:00 -0500 Subject: comment out hardcoded debug paths --- tests/runner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/runner.py b/tests/runner.py index 9e295544..5e704c2e 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -11971,8 +11971,8 @@ fi if input_file not in srcs: srcs[input_file] = curr else: - open('/home/alon/Dev/emscripten/a', 'w').write(srcs[input_file]) - open('/home/alon/Dev/emscripten/b', 'w').write(curr) + #open('/home/alon/Dev/emscripten/a', 'w').write(srcs[input_file]) + #open('/home/alon/Dev/emscripten/b', 'w').write(curr) assert abs(len(curr)/float(len(srcs[input_file]))-1)<0.01, 'contents may shift in order, but must remain the same size %d vs %d' % (len(curr), len(srcs[input_file])) + '\n' + errtail used_jcache = used_jcache or ('--jcache' in args) assert used_jcache == os.path.exists(JCache.get_cachename('emscript_files')) -- cgit v1.2.3-18-g5258