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"

View file

@ -8,9 +8,5 @@ TEST_SCENARIO="${TEST_SCENARIO:-}"
[ "${TEST_SCENARIO}" = "${TEST_SCENARIO##firefox}" ] || export TEST_BROWSER=firefox
export RUN_TESTS_OPTIONS=--track-naughties
# linters are off by default for production builds, but we want to run them in CI
export LINT=1
make codecheck
make check
ruff check test/check*