fmf: Fix saving of artifacts

These need to be copied into `$TMT_TEST_DATA`. We already did this in
derived projects like cockpit-podman, but forgot it here.
This commit is contained in:
Martin Pitt 2024-02-07 19:26:55 +01:00 committed by Jelle van der Waa
parent 15be883595
commit cb6a2b84ca

View file

@ -5,7 +5,7 @@ export TEST_BROWSER=${TEST_BROWSER:-firefox}
TESTS="$(realpath $(dirname "$0"))"
export SOURCE="$(realpath $TESTS/../..)"
export LOGS="$(pwd)/logs"
export LOGS="${TMT_TEST_DATA:-$(pwd)/logs}"
mkdir -p "$LOGS"
chmod a+w "$LOGS"