Skip to content
Snippets Groups Projects
Verified Commit 79a453aa authored by Timm Fitschen's avatar Timm Fitschen
Browse files

MAINT: Makefile add debugging output

parent b0c8934f
No related branches found
No related tags found
2 merge requests!123Release 0.13.0,!116F map bundle
Pipeline #39251 failed
......@@ -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")))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment