aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7fd9c3d..2371a17 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ test:
.phony: root_test
root_test:
./build.bash
- cd tests/root_test ; go test -c ; sudo ./root_test.test
+ cd tests/root_test ; go test -c ; sudo ./root_test.test -test.v
.phony: format
format: