Skip to content

Commit

Permalink
fmf: Fix saving of artifacts
Browse files Browse the repository at this point in the history
These need to be copied into `$TMT_TEST_DATA`. We already did this in
derived projects like cockpit-podman, but forgot it here.
  • Loading branch information
martinpitt authored and jelly committed Feb 7, 2024
1 parent 15be883 commit cb6a2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit cb6a2b8

Please sign in to comment.