make: Quote regular expression of tests to run.

This commit is contained in:
Joachim Bauch 2023-12-22 22:37:12 +01:00
parent 528a09e5da
commit 8db4068989
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -37,7 +37,7 @@ TIMEOUT := 60s
endif
ifneq ($(TEST),)
TESTARGS := $(TESTARGS) -run $(TEST)
TESTARGS := $(TESTARGS) -run "$(TEST)"
endif
ifneq ($(COUNT),)