From ae940eb1f57d02ac4ce067afd2c13086721133c3 Mon Sep 17 00:00:00 2001 From: Juan Jose Comellas Date: Fri, 19 Jul 2013 02:25:43 -0300 Subject: [PATCH] Beautify unit test output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92909a2..5975a4c 100644 --- a/Makefile +++ b/Makefile @@ -28,5 +28,5 @@ doc: test: @erl -make - @$(ERL) -sname $(APPLICATION) $(EPATH) -s getopt_test test -s init stop + @$(ERL) -sname $(APPLICATION) $(EPATH) -noinput -s getopt_test test -s init stop