Loading .github/workflows/hub.yml +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ on: - master paths: - readme.md - README.md - .github/workflows/hub.yml jobs: Loading .github/workflows/test.yml +6 −2 Original line number Diff line number Diff line Loading @@ -4,10 +4,14 @@ on: - master paths: - '**/*.sh' - '.github/workflows/test.yml' - '.github/workflows/check.yml' pull_request: paths: - '**/*.sh' - '.github/workflows/test.yml' - '.github/workflows/check.yml' name: "Test" permissions: {} Loading run/run.sh +6 −6 Original line number Diff line number Diff line Loading @@ -68,5 +68,5 @@ set +m if (( KERNEL > 4 )); then pidwait -F "${_QEMU_PID}" & wait $! else tail --pid "$(cat ${_QEMU_PID})" --follow /dev/null & wait $! tail --pid "$(cat "${_QEMU_PID}")" --follow /dev/null & wait $! fi Loading
.github/workflows/hub.yml +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ on: - master paths: - readme.md - README.md - .github/workflows/hub.yml jobs: Loading
.github/workflows/test.yml +6 −2 Original line number Diff line number Diff line Loading @@ -4,10 +4,14 @@ on: - master paths: - '**/*.sh' - '.github/workflows/test.yml' - '.github/workflows/check.yml' pull_request: paths: - '**/*.sh' - '.github/workflows/test.yml' - '.github/workflows/check.yml' name: "Test" permissions: {} Loading
run/run.sh +6 −6 Original line number Diff line number Diff line Loading @@ -68,5 +68,5 @@ set +m if (( KERNEL > 4 )); then pidwait -F "${_QEMU_PID}" & wait $! else tail --pid "$(cat ${_QEMU_PID})" --follow /dev/null & wait $! tail --pid "$(cat "${_QEMU_PID}")" --follow /dev/null & wait $! fi