test: Bump Cockpit test API to 267, use --track-naughties option

run-tests recently got a new `--track-naughties` option [1] to explicitly
enable updating known issues on GitHub. Enable it for CI runs, and leave
it disabled for local runs and PackIt, as in these cases we don't want
to try and talk to GitHub.

[1] 7ef88e80ce
This commit is contained in:
Martin Pitt 2022-04-19 11:01:05 +02:00 committed by Martin Pitt
parent 5cf73c315a
commit a937b82cd2
2 changed files with 3 additions and 2 deletions

View file

@ -5,4 +5,5 @@ set -eu
# arguments but with an appropriate $TEST_OS, and optionally $TEST_SCENARIO
[ -z "${TEST_SCENARIO:-}" ] || export TEST_BROWSER="$TEST_SCENARIO"
export RUN_TESTS_OPTIONS=--track-naughties
make check