diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-10 12:48:49 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-10 12:48:49 -0700 |
commit | 884dada6736b940f336aefa9f7bc094cb8dfe781 (patch) | |
tree | 4efc148072e1219335f7f3f34f3d9b28ae9a1730 | |
parent | f58e77da332cb0f8123c0c062c275c63783736a7 (diff) |
fix test_poppler
-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 325ecdb5..609c38c3 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7540,7 +7540,7 @@ def process(filename): src.write( \'\'\' FS.createDataFile('/', 'paper.pdf', eval(Module.read('paper.pdf.js')), true, false); - run(); + Module.callMain(Module.arguments); Module.print("Data: " + JSON.stringify(FS.root.contents['filename-1.ppm'].contents.map(function(x) { return unSign(x, 8) }))); \'\'\' ) |