Skip to content

Commit 617e5ca

Browse files
committed
fixup! chore: add make test/go job
1 parent 34a0a74 commit 617e5ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/scripts/vm_test.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,10 @@ dump_log() {
253253
echoerr "The qemu log file is pritned above"
254254
}
255255

256-
pid="$(sudo cat "$pid_file")"
256+
pid="$(sudo cat "$pid_file" || true)"
257257
if [ "$pid" == "" ]; then
258-
fatal "qemu pid file was empty"
258+
dump_log "qemu pid file was missing or empty"
259+
exit 1
259260
fi
260261

261262
ensure_qemu_running() {

0 commit comments

Comments
 (0)