Browse Source

Remove an unnecessary test message

Loïc Hoguin 6 years ago
parent
commit
5c0e3cc447
1 changed files with 0 additions and 2 deletions
  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"