Skip to content

Commit

Permalink
tests: print log file to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Dec 24, 2024
1 parent 2532c24 commit 26c49bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_resume.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ 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"
cat "$tmp"
grep "resuming" "$tmp" && grep "exited with wait status" "$tmp"

0 comments on commit 26c49bd

Please sign in to comment.