diff --git a/tests/Makefile b/tests/Makefile index 6c2a838d87..2dc88010f0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -28,7 +28,7 @@ clean: run: $(BINS) for bin in $(BINS); \ - do + do \ echo "# $${bin} #"; \ "./$${bin}" test args; \ done