cd0a6e176f527c6529e4a8052b0cd71ec85d6f38
[vpp.git] / extras / hs-test / test
1 #!/usr/bin/env bash
2
3 source vars
4
5 for ARG in "$@"
6 do
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
16 done
17
18 sudo -E go test -buildvcs=false -v $@