diff options
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 335d7d4b..342b0590 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -11491,7 +11491,7 @@ elif 'browser' in str(sys.argv): REPORT_RESULT(); return 0; } - ''' % path)) + ''' % path.replace(os.path.sep, '/'))) make_main('somefile.txt') Popen([PYTHON, EMCC, os.path.join(self.get_dir(), 'main.cpp'), '--preload-file', 'somefile.txt', '-o', 'page.html']).communicate() |