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