summaryrefslogtreecommitdiff
path: root/test/farm/000/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/farm/000/run.py')
-rw-r--r--test/farm/000/run.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/farm/000/run.py b/test/farm/000/run.py
index 18425916..8ecfce89 100644
--- a/test/farm/000/run.py
+++ b/test/farm/000/run.py
@@ -1,7 +1,7 @@
-clean("src", "*,cover")
+copy("src", "out")
run("""
coverage -x white.py
coverage -a white.py
- """)
-compare("src", "gold", "*,cover")
-clean("src", "*,cover")
+ """, rundir="out")
+compare("out", "gold", "*,cover")
+clean("out")