test: hectic C: fix logger test

This commit is contained in:
2025-04-12 15:38:06 +00:00
parent 1f25c4fcad
commit 8981af315c
7 changed files with 19 additions and 9 deletions

View File

@@ -143,6 +143,10 @@ case "$MODE" in
env LOG_LEVEL="$LOG_LEVEL" gdb -tui "$exe"
fi
env LOG_LEVEL="$LOG_LEVEL" "$exe"
if [ $? -ne 0 ]; then
exit 1
fi
fi
done
;;