From: Alan T. DeKok Date: Fri, 29 Sep 2023 16:55:41 +0000 (-0400) Subject: print out the correct command string X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9df4b7efb8ae289c48585103db5082e264cc8961;p=thirdparty%2Ffreeradius-server.git print out the correct command string --- diff --git a/src/tests/xlat/all.mk b/src/tests/xlat/all.mk index db3cf6aa324..d54a9339793 100644 --- a/src/tests/xlat/all.mk +++ b/src/tests/xlat/all.mk @@ -24,7 +24,7 @@ $(OUTPUT)/%: $(DIR)/% $(TEST_BIN_DIR)/unit_test_module $(DIR)/packet | build.rad @echo "XLAT-TEST $(notdir $@)" ${Q}if ! $(TEST_BIN)/unit_test_module -D share/dictionary -d src/tests/xlat/ -r "$@" -i $(dir $<)/packet -I "$<" -xx > "$@.log" 2>&1 || ! test -f "$@"; then \ cat $@.log; \ - echo "./$(TEST_BIN)/unit_test_module -D share/dictionary -d src/tests/xlat/ -r \"$@\" -I \"$<\" -xx "; \ + echo "./$(TEST_BIN)/unit_test_module -D share/dictionary -d src/tests/xlat/ -r \"$@\" -i $(dir $<)/packet -I \"$<\" -xx "; \ rm -f $(BUILD_DIR)/tests/test.xlat; \ exit 1; \ fi