]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix skip on eapol_test build failure
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 3 Jun 2020 19:00:59 +0000 (14:00 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 3 Jun 2020 19:00:59 +0000 (14:00 -0500)
src/tests/eapol_test/all.mk

index feb7ff7d811c0ba13b8c9d3287e873fe61bfaa63..fc5a501d336b8a2e9b6261645e12ef8a0da5a7b5 100644 (file)
@@ -95,7 +95,7 @@ else
 #  build process.
 #
 ifneq (,$(findstring test,$(MAKECMDGOALS)))
-$(shell touch "$(BUILD_DIR)/tests/eapol_test/eapol_test.skip")
+$(shell mkdir -p "$(BUILD_DIR)/tests/eapol_test/" && touch "$(BUILD_DIR)/tests/eapol_test/eapol_test.skip")
 endif
 
 $(TEST):