summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2019-02-16 10:23:17 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-02-16 10:23:17 +0000
commitb25c7b3d2d3da854755208e05e43cbe787f389ae (patch)
treed21f142b4266f716e5a6a79e801c9fac525fef0d
parent2e50e1ea71232998d610449bb3a1fe8902580f43 (diff)
downloadnetsurf-b25c7b3d2d3da854755208e05e43cbe787f389ae.tar.gz
netsurf-b25c7b3d2d3da854755208e05e43cbe787f389ae.tar.bz2
Add plot commands output for auth test
-rw-r--r--test/monkeyfarmer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monkeyfarmer.py b/test/monkeyfarmer.py
index b5d969e7c..46901e99b 100644
--- a/test/monkeyfarmer.py
+++ b/test/monkeyfarmer.py
@@ -464,7 +464,7 @@ if __name__ == '__main__':
win = browser.new_window()
win.load_page("https://httpbin.org/basic-auth/foo/bar")
cmds = win.redraw()
-
+ print("Received {} plot commands for auth test".format(len(cmds)))
for cmd in cmds:
if cmd[0] == "TEXT":
x = cmd[2]