#!/usr/bin/env bash # The contract tests. These need no running server. source "$(dirname "${BASH_SOURCE[0]}")/lib.sh" cd "$MODULE_DIR" mvn -B test 2>&1 | sed -n '/T E S T S/,$p' | tee "$OUTPUT_DIR/pk-test-run.txt"