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:
parent
15be883595
commit
cb6a2b84ca
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ export TEST_BROWSER=${TEST_BROWSER:-firefox}
|
||||||
|
|
||||||
TESTS="$(realpath $(dirname "$0"))"
|
TESTS="$(realpath $(dirname "$0"))"
|
||||||
export SOURCE="$(realpath $TESTS/../..)"
|
export SOURCE="$(realpath $TESTS/../..)"
|
||||||
export LOGS="$(pwd)/logs"
|
export LOGS="${TMT_TEST_DATA:-$(pwd)/logs}"
|
||||||
mkdir -p "$LOGS"
|
mkdir -p "$LOGS"
|
||||||
chmod a+w "$LOGS"
|
chmod a+w "$LOGS"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue