aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRaul Benencia <raul@thousandeyes.com>2023-04-17 16:41:55 -0700
committerRaul Benencia <46945030+raul-te@users.noreply.github.com>2023-04-19 08:32:34 -0700
commit4f10d69e9ae57187022da47d9b530b7f9a84a7ea (patch)
tree0bd6647f46ee5962b1a57c3b5c47551c853290e2 /Makefile
parent8b80016174c3e1be05007edfb78772f28e099891 (diff)
feat: support custom parameters in integ_test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f33e91..438452c 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ docs: shoelaces.8
test: fmt
$(GO) test -v $(pkgs) && \
- ./test/integ-test/integ_test.py
+ ./test/integ-test/integ_test.py -vv
.PHONY: all clean docs
nihil fit ex nihilo