aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-05-14 11:03:17 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-05-14 11:03:17 -0700
commit9d376d8bde5816e357c702fea6dc463992dab02a (patch)
tree6fc368810e344f5ff59d3acfd32e2150774cc3b8 /tests/runner.py
parentd35a0c7758caec727ffe744f7f264d65233b9d49 (diff)
additional sdl and browser stuff
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index ea9b2f94..4ce0746d 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -1901,7 +1901,7 @@ if 'benchmark' not in sys.argv:
src.write(
'''
_STDIO.prepare('paper.pdf', eval(read('paper.pdf.js')));
- run(args);
+ run();
print("Data: " + JSON.stringify(_STDIO.streams[_STDIO.filenames['*s-0*d.']].data)); // work around __formatString__ fail
'''
)