aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2022-08-22 20:59:08 +0000
committerGerrit Code Review <gerrit@onap.org>2022-08-22 20:59:08 +0000
commit0ec57f0b34058a397aecee00c198e7559ecb7b0c (patch)
treedfbbca6511883ab5927e626fd910c77c7fe460bb /makefile
parentfd09404338108987774ffae7aa90b67370dd290d (diff)
parent4b6b34642374103b8ccf938eb9e970232bfb63ae (diff)
Merge "CodeCoverage improvement (60% to 90%)"
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