diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-09-26 09:35:35 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-09-26 09:35:35 -0700 |
commit | e5338c8d8d7fd7bc72755d4f2dd3064ff2a2cea2 (patch) | |
tree | 218aa5ef9474ae2c4f021931f9ba20f6c15538c7 /tests/runner.py | |
parent | c74da50989604747e3174429d0538f668b4ff7e7 (diff) |
browser test harness note about allowing popups
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 8d1f0674..fa0e0c0e 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7707,6 +7707,10 @@ fscanfed: 10 - hello elif 'browser' in str(sys.argv): # Browser tests. + print + print 'Running the browser tests. Make sure the browser allows popups from localhost.' + print + # Run a server and a web page. When a test runs, we tell the server about it, # which tells the web page, which then opens a window with the test. Doing # it this way then allows the page to close() itself when done. |