summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-02-16 15:21:42 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2019-02-16 15:21:42 +0000
commitd4b3889227a4ea507f9b419f893effbc76146868 (patch)
treefc4910edeab3eca7c8f91f8b997aa9fb17832549
parentceefe452052c58ee092da5cdc9c505c3b84f0392 (diff)
downloadnetsurf-d4b3889227a4ea507f9b419f893effbc76146868.tar.gz
netsurf-d4b3889227a4ea507f9b419f893effbc76146868.tar.bz2
Automated testing output: Show description differently from test lines.
-rwxr-xr-xtest/monkey-see-monkey-do2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monkey-see-monkey-do b/test/monkey-see-monkey-do
index 2733e6f4a..b14e0744e 100755
--- a/test/monkey-see-monkey-do
+++ b/test/monkey-see-monkey-do
@@ -56,7 +56,7 @@ ret = 0
for test in test_set:
if test["kind"] == 'group':
print("Start group: {}".format(test["group"]))
- print(" => {}".format(test["description"]))
+ print(" [ {} ]".format(test["description"]))
elif test["kind"] == 'test':
print(" => Run test: {}".format(test["filename"]))
ret = run_test(test["content"])