From 92aa3c792d4988d148d30e95c59579b50f238b18 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:15:34 -0700 Subject: [PATCH] tests: fix exit 1 code --- tests/test_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_config.sh b/tests/test_config.sh index d0cdbc3cd..2798b7925 100644 --- a/tests/test_config.sh +++ b/tests/test_config.sh @@ -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