fix: Add comment (#1368)

This commit is contained in:
Kroese
2026-08-10 07:25:00 +02:00
committed by GitHub
parent c355cbe5dc
commit 1d0ac30ae1
+1
View File
@@ -21,6 +21,7 @@ finish() {
local reason=$1 failed=0
# A nonzero exit is unexpected only when QEMU_END is missing.
if [ ! -f "$QEMU_END" ] && (( reason != 0 )); then
failed=1
fi