aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEhsan Akhgari <ehsan.akhgari@gmail.com>2012-01-27 15:51:58 -0500
committerEhsan Akhgari <ehsan.akhgari@gmail.com>2012-01-27 15:51:58 -0500
commit1a9148aa04242e9ce4bb8dcb301c49a8dbf6f924 (patch)
treee1b423f9369876116acc6cdd59e2797a96a436fa
parent65febb8bf9e70ebacc252f75374c5c291befa6de (diff)
parent9213a44a94985fadfb9157f9eee847fe1175bcde (diff)
Merge branch 'webbrowser_mac' into glgears
-rwxr-xr-xtests/runner.py2
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..)'