add back clean up

pull/10032/head
Medya Gh 2020-12-22 21:30:23 -08:00
parent 9e5beb4e37
commit 00d3c6d7ac
1 changed files with 3 additions and 0 deletions

View File

@ -139,6 +139,9 @@ for entry in $(ls ${TEST_ROOT}); do
sudo rm -f "${kconfig}" sudo rm -f "${kconfig}"
done done
## ultimate shotgun clean up docker after we tried all
docker rm -f -v $(docker ps -aq) >/dev/null 2>&1 || true
# Be very specific to avoid accidentally deleting other items, like wildcards or devices # Be very specific to avoid accidentally deleting other items, like wildcards or devices
if [[ -d "${test_path}" ]]; then if [[ -d "${test_path}" ]]; then
rm -Rf "${test_path}" || true rm -Rf "${test_path}" || true