]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
print out the correct command string
authorAlan T. DeKok <aland@freeradius.org>
Fri, 29 Sep 2023 16:55:41 +0000 (12:55 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 29 Sep 2023 22:43:32 +0000 (18:43 -0400)
src/tests/xlat/all.mk

index db3cf6aa3247826b6428efdb41a31d66621cd71d..d54a9339793388a5beca36b7d695d9ead1124af5 100644 (file)
@@ -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