summaryrefslogtreecommitdiff
path: root/test/farm/run/run_xxx.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/farm/run/run_xxx.py')
-rw-r--r--test/farm/run/run_xxx.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/farm/run/run_xxx.py b/test/farm/run/run_xxx.py
new file mode 100644
index 00000000..37a2cb51
--- /dev/null
+++ b/test/farm/run/run_xxx.py
@@ -0,0 +1,8 @@
+copy("src", "out")
+run("""
+ coverage -e -x xxx
+ coverage -r
+ """, rundir="out", outfile="stdout.txt")
+contains("out/stdout.txt", "xxx: 3 4 0 7")
+doesnt_contain("out/stdout.txt", "No such file or directory")
+clean("out")