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
parent f71f13b01c
commit 99e67fdd74

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"