blob: cd0a6e176f527c6529e4a8052b0cd71ec85d6f38 [file] [log] [blame]
Filip Tehlar229f5fc2022-08-09 14:44:47 +00001#!/usr/bin/env bash
2
3source vars
Maros Ondrejicka87531802022-12-19 20:35:27 +01004
5for ARG in "$@"
6do
7 if [[ "$ARG" = "-p" ]]
8 then
9 export HST_PERSIST=1
10 shift
11 elif [[ "$ARG" = "-v" ]]
12 then
13 export HST_VERBOSE=1
14 shift
15 fi
16done
17
18sudo -E go test -buildvcs=false -v $@