aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/test
blob: cd0a6e176f527c6529e4a8052b0cd71ec85d6f38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env bash

source vars

for ARG in "$@"
do
	if [[ "$ARG" = "-p" ]]
	then
		export HST_PERSIST=1
		shift
	elif [[ "$ARG" = "-v" ]]
	then
		export HST_VERBOSE=1
		shift
	fi
done

sudo -E go test -buildvcs=false -v $@