starter-kit/test/run
Martin Pitt b6f79d52e1 Drop remaining vestiges of $LINT
This got removed in commit 15be883595.
2024-02-07 22:28:27 +01:00

12 lines
360 B
Bash
Executable file

#! /bin/sh
set -eu
# This is the expected entry point for Cockpit CI; will be called without
# arguments but with an appropriate $TEST_OS, and optionally $TEST_SCENARIO
TEST_SCENARIO="${TEST_SCENARIO:-}"
[ "${TEST_SCENARIO}" = "${TEST_SCENARIO##firefox}" ] || export TEST_BROWSER=firefox
export RUN_TESTS_OPTIONS=--track-naughties
make codecheck
make check