From 8cced29646a9bf2efc3777e06edc66ab2a1f5c7f Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 18 May 2024 04:21:06 -0400 Subject: [PATCH] fix: update bats flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5c1dd4..7e7c995 100644 --- a/Makefile +++ b/Makefile @@ -145,7 +145,7 @@ lint: shellcheck bats unit-tests: /usr/local/bin/dokku-update @echo running unit tests... @mkdir -p test-results/bats - @$(QUIET) TERM=linux bats --formatter junit -e -T -o test-results/bats tests/unit + @$(QUIET) TERM=linux bats --report-formatter junit --timing -o test-results/bats tests/unit pre-build: git config --global --add safe.directory $(shell pwd)