Workaround bug in TMT LOGS

For full context check history of upstream cockpit-podman
test/browser/browser.sh

Resolves: rhbz#2088460
This commit is contained in:
Justin Stephenson 2022-06-07 15:46:25 -04:00
parent 9d03dc6358
commit d1322c962e
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: cockpit-session-recording
Version: 12
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Cockpit Session Recording
License: LGPLv2+
URL: https://github.com/Scribery/%{name}

View File

@ -3,7 +3,8 @@ set -eux
# from standard-test-source
SOURCE="$(pwd)/source"
LOGS="$(pwd)/logs"
# https://tmt.readthedocs.io/en/stable/overview.html#variables
LOGS="${TMT_TEST_DATA:-$(pwd)/logs}"
TESTS="$(pwd)/tests"
mkdir -p "$LOGS"
chmod a+w "$LOGS"