aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-03-06 16:57:51 +0000
committerMatthew Lemon <y@yulqen.org>2024-03-06 16:57:51 +0000
commit2ebad9dcb37c1130407e4514150dd07c69f7f598 (patch)
treee1c881007a088ae60a66f1f894ad7453d99feb95
parentc099286b7e48e29ac89a146a62578fbb66b987b5 (diff)
Adds verbose flag to test commandsHEADmaster
-rwxr-xr-xscripts/run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/run.sh b/scripts/run.sh
index 9da6747..c83861a 100755
--- a/scripts/run.sh
+++ b/scripts/run.sh
@@ -11,8 +11,8 @@ then
fi
# Here is where we launch all the commands
-[[ $1 == "test" ]] && go test ./datamaps
-[[ $1 == "test-all" ]] && go test ./...
+[[ $1 == "test" ]] && go test -v ./datamaps
+[[ $1 == "test-all" ]] && go test -v ./...
[[ $1 == "build" ]] && go build -o build/datamaps ./cmd/datamaps/main.go
[[ $1 == "clean-config" ]] && rm -r ~/.config/datamaps/
[[ $1 == "dummy-import" ]] && go run ./cmd/datamaps/main.go import --returnname "Hunkers" --datamapname "Tonk 1" --xlsxpath datamaps/testdata/