test: fix check-local in Makefile to print newline after message

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2014-10-06 16:42:29 +02:00
parent 0fa6e75b14
commit 50bd216a50

View file

@ -107,7 +107,7 @@ check-local:
exit 1 ; \
fi \
done
@echo -n "Testing device factory symbols... PASSED"
@echo "Testing device factory symbols... PASSED"
endif