X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Finclude-raw-integration-cleanup-tmp.sh;h=f7c12b2fa7236f63b17cc42ebc013751ef863d02;hb=4fa0f99b5ee89d5317ab5d768e1317924d830c95;hp=ece0fa69c315db2408eedf819c372300fff254ef;hpb=d2536439579299085edf4149646f049286671ad8;p=releng%2Fbuilder.git diff --git a/jjb/integration/include-raw-integration-cleanup-tmp.sh b/jjb/integration/include-raw-integration-cleanup-tmp.sh index ece0fa69c..f7c12b2fa 100644 --- a/jjb/integration/include-raw-integration-cleanup-tmp.sh +++ b/jjb/integration/include-raw-integration-cleanup-tmp.sh @@ -1,4 +1,7 @@ -# Cleanup Robot +#!/bin/bash +echo "Cleaning up Robot installation..." + # ${ROBOT_VENV} comes from the include-raw-integration-install-robotframework.sh # script. -rm -rf ${ROBOT_VENV} +# TODO: Is this still needed when we have integration-cleanup-workspace? +rm -rf "${ROBOT_VENV}"