diff --git a/ci/vmtest/vmtest_selftests.sh b/ci/vmtest/vmtest_selftests.sh index dcea1ab..1f6c38c 100755 --- a/ci/vmtest/vmtest_selftests.sh +++ b/ci/vmtest/vmtest_selftests.sh @@ -211,7 +211,5 @@ else done fi -if [ -d /tmp/tmon_pcap ]; then - tar zcvf ${OUTPUT_DIR}/tmon-logs.tgz "${TMON_DIR}" > /dev/null 2>&1 - rm -rf "${TMON_DIR}" -fi +tar zcvf ${OUTPUT_DIR}/tmon-logs.tgz "${TMON_DIR}" +rm -rf "${TMON_DIR}"