diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-26 11:58:01 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-26 11:58:01 -0700 |
commit | 422d9a1f3227ae8f47fa8bd0037c2220bb2017f7 (patch) | |
tree | 107571ed84b48bab5bfb5aea6b7e5b01b814929f /tests/test_other.py | |
parent | 1c92c15746d6eff0522fdb819a8d4213334f1144 (diff) |
make headless test use its own file
Diffstat (limited to 'tests/test_other.py')
-rw-r--r-- | tests/test_other.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_other.py b/tests/test_other.py index ce3dee79..a6813b07 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -1881,7 +1881,7 @@ seeked= file. if SPIDERMONKEY_ENGINE not in JS_ENGINES: return self.skip('cannot run without spidermonkey due to node limitations (Uint8ClampedArray etc.)') shutil.copyfile(path_from_root('tests', 'screenshot.png'), os.path.join(self.get_dir(), 'example.png')) - Popen([PYTHON, EMCC, path_from_root('tests', 'sdl_canvas.c'), '-s', 'HEADLESS=1']).communicate() + Popen([PYTHON, EMCC, path_from_root('tests', 'sdl_headless.c'), '-s', 'HEADLESS=1']).communicate() output = run_js('a.out.js', engine=SPIDERMONKEY_ENGINE, stderr=PIPE) assert '''Init: 0 Font: 0x1 |