From 6300009717067547bde7f5414d6e1f052bdbd922 Mon Sep 17 00:00:00 2001 From: Pete Higgins Date: Tue, 21 Feb 2017 11:31:24 -0800 Subject: Fix typo in eunit help. --- src/rebar_eunit.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl index f4d7b76..ebf76bc 100644 --- a/src/rebar_eunit.erl +++ b/src/rebar_eunit.erl @@ -54,8 +54,8 @@ %% %%
  • %% tests="baz"- For every existing suite, run the first test whose -%% name starts with bar and, if no such test exists, run the test -%% whose name starts with bar in the suite's _tests module +%% name starts with baz and, if no such test exists, run the test +%% whose name starts with baz in the suite's _tests module %%
  • %% %% Additionally, for projects that have separate folders for the core -- cgit v1.2.1