We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed62dea commit 935d618Copy full SHA for 935d618
1 file changed
scripts/run_renode_tests.sh
@@ -96,6 +96,10 @@ echo "Monitor output:"
96
cat "$MONITOR_LOG"
97
echo ""
98
99
+echo "Renode output:"
100
+cat "$CONNECT_LOG"
101
+echo ""
102
+
103
# Verify expected log messages
104
bash "$VERIFY_SCRIPT" "$MONITOR_LOG" "$EXPECTED_LOGS"
105
VERIFY_STATUS=$?
@@ -108,10 +112,11 @@ echo "Cleaning up processes..."
108
112
kill "$MONITOR_PID" 2>/dev/null || true
109
113
kill "$CONNECT_PID" 2>/dev/null || true
110
114
sleep 2
115
111
116
pkill -9 -f renode 2>/dev/null || true
117
pkill -9 -f mono 2>/dev/null || true
118
-echo ""
119
+echo " ✓ Cleanup completed"
120
echo "=============================================="
121
if [ "$VERIFY_STATUS" -eq 0 ]; then
122
echo " Renode emulation tests PASSED"
0 commit comments