Skip to content

Commit cd0db44

Browse files
committed
fix: remove cleanup steps from Renode test script to streamline execution
1 parent 9341395 commit cd0db44

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

scripts/run_renode_tests.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,6 @@ echo ""
100100
bash "$VERIFY_SCRIPT" "$MONITOR_LOG" "$EXPECTED_LOGS"
101101
VERIFY_STATUS=$?
102102

103-
# -------------------------------------------------------
104-
# Cleanup
105-
# -------------------------------------------------------
106-
echo ""
107-
echo "Cleaning up processes..."
108-
pkill -9 -f renode 2>/dev/null || true
109-
pkill -9 -f mono 2>/dev/null || true
110-
111103
echo ""
112104
echo "=============================================="
113105
if [ "$VERIFY_STATUS" -eq 0 ]; then

0 commit comments

Comments
 (0)