From b2a6fa09a98e55dd4824d03bf30a94d4d124e8e7 Mon Sep 17 00:00:00 2001 From: gravel Date: Tue, 18 Apr 2023 13:32:08 +0200 Subject: [PATCH] Apply `--verbose` to tests --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 76d07b46..3b1591f6 100644 --- a/Makefile +++ b/Makefile @@ -59,9 +59,11 @@ clean: -rm -r output/*.html 2>/dev/null || true # Build everything from scratch and test functionality. +test: FLAGS = --verbose test: clean all open server # Build everything from scratch and test functionality on LAN. +test: FLAGS = --verbose test-lan: clean all open lan-server # -- Aliases --