summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-it.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-it.sh b/test/test-it.sh
index 864ca56..7a7bcf8 100755
--- a/test/test-it.sh
+++ b/test/test-it.sh
@@ -173,6 +173,8 @@ install_the_func()
{
msg "Installing func directly from $1 $BUILD_PATH"
pushd $1/func
+ # remove any remnants of func already installed
+ make clean clean_hard clean_harder
make install
pushd $1/certmaster