Whitespace

This commit is contained in:
Eelco Dolstra 2017-10-09 15:03:15 +02:00
parent 1893f78f8e
commit 838509d1a0
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@ installcheck:
printf "running test $$i..."; \
log="$$(cd $$(dirname $$i) && $(tests-environment) $$(basename $$i) 2>&1)"; \
if [ $$? -eq 0 ]; then \
echo "[$${green}PASS$$normal]"; \
echo " [$${green}PASS$$normal]"; \
else \
echo "[$${red}FAIL$$normal]"; \
echo " [$${red}FAIL$$normal]"; \
echo "$$log" | sed 's/^/ /'; \
failed=$$((failed + 1)); \
fi; \