From: Arran Cudbard-Bell Date: Sun, 21 Apr 2019 17:07:18 +0000 (-0400) Subject: Fixup test replication output X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56da1d312868a73b00fc29b8a7a4932963a2e25d;p=thirdparty%2Ffreeradius-server.git Fixup test replication output --- diff --git a/Makefile b/Makefile index 380d928f51e..30177413fd2 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ $(BUILD_DIR)/tests/radiusd-c: raddb/test.conf ${BUILD_DIR}/bin/radiusd $(GENERAT rm -f raddb/test.conf; \ cat $(BUILD_DIR)/tests/radiusd.config.log; \ echo "fail"; \ - echo "FR_LIBRARY_PATH=./build/lib/local/.libs/ ./build/make/jlibtool --mode=execute ./build/bin/local/radiusd -XCd ./raddb -n debug -D ./share -n test"; \ + echo "FR_LIBRARY_PATH=./build/lib/local/.libs/ ./build/make/jlibtool --mode=execute ./build/bin/local/radiusd -XCMd ./raddb -n debug -D ./share/dictionary"; \ exit 1; \ fi @rm -f raddb/test.conf