diff --git a/tests/test_proton_resume.sh b/tests/test_proton_resume.sh index 80caad40..f6f6f347 100644 --- a/tests/test_proton_resume.sh +++ b/tests/test_proton_resume.sh @@ -10,4 +10,4 @@ curl -LJO --range 0-104857599 "$url" mkdir -p "$HOME"/.cache/umu mv "$name" "$HOME"/.cache/umu/"$name".parts UMU_LOG=debug GAMEID=umu-0 "$HOME/.local/bin/umu-run" wineboot -u 2> "$tmp" -grep "resuming" "$tmp" +grep "resuming" "$tmp" && grep "exited with wait status" "$tmp" diff --git a/tests/test_resume.sh b/tests/test_resume.sh index 0856263b..ecfa97ae 100644 --- a/tests/test_resume.sh +++ b/tests/test_resume.sh @@ -10,4 +10,4 @@ mkdir -p "$HOME"/.cache/umu # Note: Must include the *.parts extension mv SteamLinuxRuntime_sniper.tar.xz "$HOME"/.cache/umu/SteamLinuxRuntime_sniper.tar.xz."$id".parts UMU_LOG=debug GAMEID=umu-0 "$HOME/.local/bin/umu-run" wineboot -u 2> "$tmp" -grep "resuming" "$tmp" +grep "resuming" "$tmp" && grep "exited with wait status" "$tmp"