1
0
Fork 1

Apply `--verbose` to tests

pull/37/head
gravel 1 year ago
parent 2921347707
commit b2a6fa09a9
Signed by: gravel
SSH Key Fingerprint: SHA256:p4HP49CCk4YQMkJpWJ09L8peEPQWjERtdCRAFxPfbOY

@ -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 --