Revert "Workaround bug in TMT LOGS"

This reverts commit d1322c962e.

Resolves: rhbz#2088460
This commit is contained in:
Justin Stephenson 2022-06-08 14:44:07 -04:00
parent d1322c962e
commit d38813ef10
2 changed files with 2 additions and 3 deletions

View File

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

View File

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