summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/farm/run/run_xxx.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/farm/run/run_xxx.py b/test/farm/run/run_xxx.py
index f3287a7..3c39f0f 100644
--- a/test/farm/run/run_xxx.py
+++ b/test/farm/run/run_xxx.py
@@ -3,6 +3,10 @@ run("""
coverage -e -x xxx
coverage -r
""", rundir="out", outfile="stdout.txt")
-contains("out/stdout.txt", "xxx: 3 4 0 7")
+contains("out/stdout.txt",
+ "xxx: 3 4 0 7",
+ "\nxxx ", # The reporting line for xxx
+ " 7 6 85%" # The reporting data for xxx
+ )
doesnt_contain("out/stdout.txt", "No such file or directory")
clean("out")