From 0720a67f2784eb0da9c8ccc2f8a1631674c31775 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Tue, 19 Nov 2024 21:13:25 +0000 Subject: [PATCH] tests: cleanup the basic structure of integration tests. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68564911..b56d69c6 100644 --- a/Makefile +++ b/Makefile @@ -113,7 +113,7 @@ check: .PHONY: bats bats: - @bats --print-output-on-failure tests/bats/ + @bats --pretty --print-output-on-failure tests/bats/ .PHONY: manual manual: