aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_eunit.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-23 17:40:29 +0100
committerLoïc Hoguin <[email protected]>2018-11-23 17:40:29 +0100
commit5c0e3cc447297a316b30248d291b8e149843e96e (patch)
treeb65f74dbb52a492d7a58035e5cbf4dc615ff2948 /test/plugin_eunit.mk
parent446a0689ef41e59fc7482ca62131fca5d355c80e (diff)
downloaderlang.mk-5c0e3cc447297a316b30248d291b8e149843e96e.tar.gz
erlang.mk-5c0e3cc447297a316b30248d291b8e149843e96e.tar.bz2
erlang.mk-5c0e3cc447297a316b30248d291b8e149843e96e.zip
Remove an unnecessary test message
Diffstat (limited to 'test/plugin_eunit.mk')
-rw-r--r--test/plugin_eunit.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/plugin_eunit.mk b/test/plugin_eunit.mk
index 93c93b6..b9947a0 100644
--- a/test/plugin_eunit.mk
+++ b/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"