Skip to content

Commit

Permalink
Remove another m
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 3, 2016
1 parent fe91caa commit e31b3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/eapol_test/all.mk
Expand Up @@ -120,7 +120,7 @@ $(RADDB_PATH)/certs/%:
$(CONFIG_PATH)/radiusd.pid: $(CONFIG_PATH)/test.conf $(RADDB_PATH)/certs/server.pem | $(EAPOL_METH_FILES) $(OUTPUT_DIR)
@rm -f $(GDB_LOG) $(RADIUS_LOG)
@printf "Starting EAP test server... "
@if ! TEST_PORT=$(PORT) $(JLIBTOOL) --mode=execute $(BIN_PATH)/radiusd -Pxxxml $(RADIUS_LOG) -d $(CONFIG_PATH) -n test -D $(CONFIG_PATH); then\
@if ! TEST_PORT=$(PORT) $(JLIBTOOL) --mode=execute $(BIN_PATH)/radiusd -Pxxxl $(RADIUS_LOG) -d $(CONFIG_PATH) -n test -D $(CONFIG_PATH); then\
echo "FAILED STARTING RADIUSD"; \
tail -n 40 "$(RADIUS_LOG)"; \
echo "Last entries in server log ($(RADIUS_LOG)):"; \
Expand Down

0 comments on commit e31b3c8

Please sign in to comment.