diff options
Diffstat (limited to 'src/rebar_eunit.erl')
-rw-r--r-- | src/rebar_eunit.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl index 5128dbf..114ef3d 100644 --- a/src/rebar_eunit.erl +++ b/src/rebar_eunit.erl @@ -120,6 +120,7 @@ clean(_Config, _File) -> rebar_file_utils:rm_rf(?TEST_DIR). 'test-compile'(Config, _File) -> + ?CONSOLE("NOTICE: Using experimental 'test-compile' command~n", []), ok = ensure_dirs(), %% Save code path CodePath = setup_code_path(), |