Skip to content

Commit

Permalink
tests: fix exit 1 code
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Oct 25, 2024
1 parent b1c641f commit 92aa3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ store = 'gog'


# Run the 'game' and ensure the protonfixes module finds its fix in umu-database.csv
UMU_LOG=debug GAMEID=umu-1141086411 STORE=gog "$PWD/.venv/bin/python" "$HOME/.local/bin/umu-run" --config "$tmp" >> /tmp/umu-log.txt && grep -E "INFO: Non-steam game Silent Hill 4: The Room \(umu-1141086411\)" /tmp/umu-log.txt
UMU_LOG=debug GAMEID=umu-1141086411 STORE=gog "$PWD/.venv/bin/python" "$HOME/.local/bin/umu-run" --config "$tmp" 2> /tmp/umu-log.txt && grep -E "INFO: Non-steam game Silent Hill 4: The Room \(umu-1141086411\)" /tmp/umu-log.txt

0 comments on commit 92aa3c7

Please sign in to comment.