229f5fcf18
Type: feature Signed-off-by: Filip Tehlar <ftehlar@cisco.com> Change-Id: I5a64a2c095cae3a4d5f8fdc73e624b010339ec8e
5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source vars
|
|
sudo -E go test -buildvcs=false -v $@
|