From 79a453aa5020b56915964b42419767ee033fc3ac Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Thu, 3 Aug 2023 11:35:04 +0200 Subject: [PATCH] MAINT: Makefile add debugging output --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 6eb725f3..97831880 100644 --- a/Makefile +++ b/Makefile @@ -112,6 +112,8 @@ keep-test-server: test $(MISC_DIR)/unit_test_http_server.py $(TEST_PORT) -1 True $(PUBLIC_DIR) run-qunit: test + ls -la $(PUBLIC_DIR)/js + $(foreach exec, firefox Xvfb xwd,\ $(if $(shell which $(exec)),echo "found $(exec)",$(error "No $(exec) in PATH"))) -- GitLab