aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/makefile b/makefile
index 6cece87..0bd00a3 100644
--- a/makefile
+++ b/makefile
@@ -1,3 +1,4 @@
runtests:
- . ~/bin/set_proxies; tox tests | cat
- coverage html
+ -[ -d /tmp/opt ] && find /tmp/opt -type d -exec chmod 755 {} +
+ rm -rf /tmp/opt
+ tox tests | cat