diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-02-27 21:50:00 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-02-27 21:50:00 -0500 |
commit | de3cbc986cdf32e71b57b01766324d7cac68bda6 (patch) | |
tree | 2afc0b0505c95f3f78c32d6d6217e62b6fe3873b /tests | |
parent | a748f17dfd73123366294645c37362618d02ab10 (diff) |
comment out hardcoded debug paths
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 4 |
1 files changed, 2 insertions, 2 deletions
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')) |