summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-07 09:27:14 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-07 09:27:14 -0400
commit2ff24977fbe550ad1494fd25f16ccf95ff36fff8 (patch)
tree5e485bbc5252f4a56fa417e0cf098aa48fd5131e
parentecd252c2d2eefaecdfe7b76c6c0dcadbc232784a (diff)
downloadpython-coveragepy-git-2ff24977fbe550ad1494fd25f16ccf95ff36fff8.tar.gz
OS truce
-rw-r--r--test/farm/run/run_xxx.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/farm/run/run_xxx.py b/test/farm/run/run_xxx.py
index 37a2cb51..f3287a7e 100644
--- a/test/farm/run/run_xxx.py
+++ b/test/farm/run/run_xxx.py
@@ -1,8 +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")
+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")