]> ruderich.org/simon Gitweb - safcm/safcm.git/commitdiff
ci: run tests with verbose output
authorSimon Ruderich <simon@ruderich.org>
Sun, 18 Apr 2021 07:57:30 +0000 (09:57 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 18 Apr 2021 08:47:19 +0000 (10:47 +0200)
.builds/archlinux.yml
.builds/freebsd.yml
.builds/openbsd.yml
.gitlab-ci.yml
Makefile

index d8ebea79af0a1702e0f0840a70749e9139934d37..90b0897fa8abb6ebe3780c1d68cfee45b601e1cb 100644 (file)
@@ -4,7 +4,7 @@ packages:
 tasks:
   - all: |
       cd safcm
-      ./ci/run
+      ./ci/run TESTFLAGS=-v
       # Also run all tests as root
       sudo chown -Rh root:root .
-      sudo ./ci/run
+      sudo ./ci/run TESTFLAGS=-v
index e5dba6db9c7d32288bef957579373f7dee46caa5..6f560cf20a87042173041242bbc0dfe38031eae9 100644 (file)
@@ -6,7 +6,7 @@ tasks:
   - all: |
       sudo ln -sf /usr/local/bin/gmake /usr/bin/make
       cd safcm
-      ./ci/run
+      ./ci/run TESTFLAGS=-v
       # Also run all tests as root
       sudo chown -Rh root:wheel .
-      sudo ./ci/run
+      sudo ./ci/run TESTFLAGS=-v
index 7f1d40c9208e6ea97a15b0135c261d1c09a65e64..05bb9a78d4a4ba4acfedbab773fba483f7a0c0da 100644 (file)
@@ -14,8 +14,8 @@ tasks:
       doas ln -sf /usr/local/bin/gmake /usr/bin/make
       cd safcm
       # Go does not yet support -race on OpenBSD
-      ./ci/run GOFLAGS=
+      ./ci/run GOFLAGS= TESTFLAGS=-v
       # Also run all tests as root (-R and -h conflict on OpenBSD)
       doas chown -R root:wheel .
       # Remove $HOME hack once Go 1.16 is available
-      doas /bin/sh -c "HOME=$HOME ./ci/run GOFLAGS="
+      doas /bin/sh -c "HOME=$HOME ./ci/run GOFLAGS= TESTFLAGS=-v"
index 10f98119fbe3f117b91f93f7b888d91c2dc764fe..2ffbdf32949529ed3a00e156a382d817279b9ff3 100644 (file)
@@ -8,7 +8,7 @@
     - ln -sf /usr/lib/go-1.16/bin/go $HOME/go/bin
     - ln -sf /usr/lib/go-1.16/bin/gofmt $HOME/go/bin
     #
-    - ./ci/run
+    - ./ci/run TESTFLAGS=-v
 
 debian-sid:
   <<: *template-docker
index f4cc011e6aa6abdab01f603e4d50d3193e54b8a0..c7569895201a26f030f971b8c42ca06e0816e108 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ safcm:
 
 test:
        go vet ./...
-       go test $(GOFLAGS) ./...
+       go test $(GOFLAGS) $(TESTFLAGS) ./...
 
 clean:
        rm -rf remote/helpers/