diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-04-08 09:34:51 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-04-08 09:34:51 -0700 |
commit | 0a1110333ae81557e6319f2109bc591f834dbc16 (patch) | |
tree | e9aec0920e55d529b5b1133c1f37b3fe384c1ece /tests/runner.py | |
parent | c78357cce927d3ffc80fcafabc3cd20cf2751d38 (diff) |
support for sdl scancodes
Diffstat (limited to 'tests/runner.py')
-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 03ec803f..d13815f3 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -6866,7 +6866,7 @@ elif 'browser' in str(sys.argv): open(os.path.join(self.get_dir(), 'sdl_key.c'), 'w').write(self.with_report_result(open(path_from_root('tests', 'sdl_key.c')).read())) Popen(['python', EMCC, os.path.join(self.get_dir(), 'sdl_key.c'), '-o', 'page.html', '--pre-js', 'pre.js']).communicate() - self.run_browser('page.html', '', '/report_result?30030') + self.run_browser('page.html', '', '/report_result?510510') def test_sdl_mouse(self): open(os.path.join(self.get_dir(), 'pre.js'), 'w').write(''' |