diff options
Diffstat (limited to 'test/farm/annotate/annotate_dir.py')
-rw-r--r-- | test/farm/annotate/annotate_dir.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/farm/annotate/annotate_dir.py b/test/farm/annotate/annotate_dir.py deleted file mode 100644 index 3e37f9ed..00000000 --- a/test/farm/annotate/annotate_dir.py +++ /dev/null @@ -1,7 +0,0 @@ -copy("src", "run") -run(""" - coverage -e -x multi.py - coverage -a -d out_anno_dir - """, rundir="run") -compare("run/out_anno_dir", "gold_anno_dir", "*,cover", left_extra=True) -clean("run") |