1 parent d7b5b8f commit 96c64a0Copy full SHA for 96c64a0
2 files changed
run-bench
@@ -1,4 +1,5 @@
1
#! /usr/bin/env bash
2
+set -euo pipefail
3
4
mvn_target_dir="target"
5
run-tests
@@ -2,6 +2,7 @@
# ------------------------------------------------------------------------------
# A wrapper script for "mvn test". Primarily just for the help message.
6
7
if [ $# -eq 0 ]; then
8
cat <<END
0 commit comments