This commit is contained in:
Cristopfer Luis Viana da Silva 2024-02-08 08:18:12 -03:00
commit a55c3d5b6f
11 changed files with 23 additions and 36 deletions

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"