diff options
-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 |