Просмотр исходного кода

Remove an unnecessary test message

Loïc Hoguin 6 лет назад
Родитель
Сommit
5c0e3cc447
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      test/plugin_eunit.mk

+ 0 - 2
test/plugin_eunit.mk

@@ -78,8 +78,6 @@ eunit-apps-only: build clean
 	$i "Check that EUnit runs tests"
 	$t $(MAKE) -C $(APP) eunit | grep -q "Test passed."
 
-	$i "Check that EUnit runs tests"
-
 eunit-apps-only-error: build clean
 
 	$i "Create a multi application repository with no root application"