From d4b3889227a4ea507f9b419f893effbc76146868 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 16 Feb 2019 15:21:42 +0000 Subject: Automated testing output: Show description differently from test lines. --- test/monkey-see-monkey-do | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monkey-see-monkey-do') 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"]) -- cgit v1.2.3