echo "RADSNIFF FAILED $@"; \
echo "RADSNIFF: $(TEST_BIN)/radsniff $(ARGV) -I $(PCAP_IN) -D share/dictionary -xx"; \
echo "ERROR: File $(FOUND) is not the same as $(EXPECTED).simple"; \
- echo "If you did some update on the radsniff code, please be sure to update the unit tests."; \
+ echo "If radsniff has been modified, please update the unit tests."; \
echo "e.g: $(EXPECTED)"; \
diff $(EXPECTED).simple $(FOUND); \
echo "diff $(EXPECTED).simple $(FOUND)"; \
echo "RADSNIFF FAILED $@"; \
echo "RADSNIFF: $(RADIUSD_RUN)"; \
echo "ERROR: The script $(CMD_TEST) can't validate the content of $(FOUND)"; \
- echo "If you did some update on the radsniff code, please be sure to update the unit tests."; \
+ echo "If radsniff has been modified, please update the unit tests."; \
rm -f $@; \
exit 1; \
else \