Sergey Prokhorov 2 лет назад
Родитель
Сommit
f7f2d41e52
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -9,7 +9,7 @@ compile: $(REBAR)
 	$(REBAR) as dev compile
 	$(REBAR) as dev compile
 
 
 run: $(REBAR)
 run: $(REBAR)
-	@$(REBAR) as dev shell --apps pooler --config config/demo.config
+	@$(REBAR) as test shell --apps pooler --config config/demo.config
 
 
 test: $(REBAR)
 test: $(REBAR)
 	$(REBAR) eunit --verbose --cover
 	$(REBAR) eunit --verbose --cover