Merge branch 'main' of https://github.com/cockpit-project/starter-kit
This commit is contained in:
commit
a55c3d5b6f
11 changed files with 23 additions and 36 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
6
test/run
6
test/run
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue