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:
parent
9d03dc6358
commit
d1322c962e
@ -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}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user