Skip to content

Commit

Permalink
Temporarily switch to tee (radiusd -C)
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Feb 13, 2014
1 parent ad05057 commit 8544e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -30,7 +30,7 @@ include scripts/boiler.mk
$(BUILD_DIR)/tests/radiusd-c: ${BUILD_DIR}/bin/radiusd | build.raddb
@$(MAKE) -C raddb/certs
@printf "radiusd -C... "
@if ! ./build/make/jlibtool --mode=execute ./build/bin/radiusd -XCMd ./raddb -n debug -D ./share > $(BUILD_DIR)/tests/radiusd.config.log 2>&1; then \
@if ! ./build/make/jlibtool --mode=execute ./build/bin/radiusd -XCMd ./raddb -n debug -D ./share | tee $(BUILD_DIR)/tests/radiusd.config.log 2>&1; then \
cat $(BUILD_DIR)/tests/radiusd.config.log; \
echo "fail"; \
exit 1; \
Expand Down

0 comments on commit 8544e91

Please sign in to comment.