From c15b2aac0f34705822c8151f95596b691f9aa0a5 Mon Sep 17 00:00:00 2001 From: Kui-Feng Lee Date: Wed, 14 Aug 2024 16:03:50 -0700 Subject: [PATCH] debug --- ci/vmtest/vmtest_selftests.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ci/vmtest/vmtest_selftests.sh b/ci/vmtest/vmtest_selftests.sh index dcea1ab0..1f6c38c9 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}"