diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-19 11:19:12 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-19 11:21:51 -0700 |
commit | e21902e6aa7241eb5854e0037051f1032c9377dd (patch) | |
tree | a0fe9976eb00700a56cdea57cf1cb3d336b8b53d | |
parent | 5d4bbcfac43472bd5cf63f810f25d91ae15d00f2 (diff) |
update test_relooper
-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 624cf70d..af36a8f3 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -12789,7 +12789,7 @@ fi print >> sys.stderr, phase, i opt = min(i, 2) try_delete('a.out.js') - output = Popen([PYTHON, EMCC, path_from_root('tests', 'hello_world_loop.cpp'), '-O' + str(opt)], + output = Popen([PYTHON, EMCC, path_from_root('tests', 'hello_world_loop.cpp'), '-O' + str(opt), '-g'], stdout=PIPE, stderr=PIPE).communicate() self.assertContained('hello, world!', run_js('a.out.js')) output = '\n'.join(output) |