diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-10-31 13:34:43 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-10-31 13:34:43 -0700 |
commit | 147062c363e3d4bc35afd74dbc9153b70b9d7bf9 (patch) | |
tree | a7820165bf6e3ed18bf8db9ff3932ce4158ed986 | |
parent | 040c79efdec34aafb866738bb1dce687d963a1c9 (diff) |
comment on debugging in test runner
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 8af631a8..ccdff82c 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -8260,7 +8260,7 @@ elif 'browser' in str(sys.argv): "xhr.open('GET', 'http://localhost:8888/report_result?%d'%s);" \ "xhr.send();", result, sync ? ", false" : ""); \ emscripten_run_script(output); \ - emscripten_run_script("setTimeout(function() { window.close() }, 1000)"); + emscripten_run_script("setTimeout(function() { window.close() }, 1000)"); // comment this out to keep the test runner window open to debug #define REPORT_RESULT() REPORT_RESULT_INTERNAL(0) #endif ''' + code |