Files
koreader-mirror/.ci/test.sh
2024-11-25 22:55:57 +01:00

10 lines
214 B
Bash
Executable File

#!/usr/bin/env bash
CI_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck source=/dev/null
source "${CI_DIR}/common.sh"
make testfront --assume-old=all T="-o '${PWD}/test-results.xml'"
# vim: sw=4