mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
10 lines
214 B
Bash
Executable File
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
|