From dbb26bdddde2556a78a596f236783480dc60bc0f Mon Sep 17 00:00:00 2001 From: pmikus Date: Tue, 12 Apr 2016 13:38:20 +0200 Subject: [PATCH 1/1] Boostrap verify installation directory removal - Boostrap verify installation directory removal Change-Id: I091240f8a3f7e5074cdc2f069837963e4c8bd192 Signed-off-by: pmikus --- bootstrap-verify-perf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index a4d519441f..042d44ed4b 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -61,7 +61,7 @@ while :; do done function cancel_all { - python ${CUR_DIR}/resources/tools/topo_installation.py -c -t $1 + python ${CUR_DIR}/resources/tools/topo_installation.py -c -d ${INSTALLATION_DIR} -t $1 python ${CUR_DIR}/resources/tools/topo_reservation.py -c -t $1 } -- 2.16.6