diff options
author | Loïc Hoguin <essen@ninenines.eu> | 2018-11-23 17:40:29 +0100 |
---|---|---|
committer | Loïc Hoguin <essen@ninenines.eu> | 2018-11-23 17:40:29 +0100 |
commit | 5c0e3cc447297a316b30248d291b8e149843e96e (patch) | |
tree | b65f74dbb52a492d7a58035e5cbf4dc615ff2948 /test | |
parent | 446a0689ef41e59fc7482ca62131fca5d355c80e (diff) | |
download | erlang.mk-5c0e3cc447297a316b30248d291b8e149843e96e.tar.gz erlang.mk-5c0e3cc447297a316b30248d291b8e149843e96e.tar.bz2 erlang.mk-5c0e3cc447297a316b30248d291b8e149843e96e.zip |
Remove an unnecessary test message
Diffstat (limited to 'test')
-rw-r--r-- | test/plugin_eunit.mk | 2 |
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" |