diff options
author | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2012-01-27 15:51:58 -0500 |
---|---|---|
committer | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2012-01-27 15:51:58 -0500 |
commit | 1a9148aa04242e9ce4bb8dcb301c49a8dbf6f924 (patch) | |
tree | e1b423f9369876116acc6cdd59e2797a96a436fa | |
parent | 65febb8bf9e70ebacc252f75374c5c291befa6de (diff) | |
parent | 9213a44a94985fadfb9157f9eee847fe1175bcde (diff) |
Merge branch 'webbrowser_mac' into glgears
-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 a824d089..e6308496 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -5582,7 +5582,7 @@ f.close() # Finally, do some web browser tests def run_browser(html_file, message): - webbrowser.open_new(html_file) + webbrowser.open_new(os.path.abspath(html_file)) print 'A web browser window should have opened a page containing the results of a part of this test.' print 'You need to manually look at the page to see that it works ok: ' + message print '(sleeping for a bit to keep the directory alive for the web browser..)' |