mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
Add experimental notice to test-compile and shell
This commit is contained in:
parent
471b5714eb
commit
ad2e94b96b
2 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,7 @@ clean(_Config, _File) ->
|
||||||
rebar_file_utils:rm_rf(?TEST_DIR).
|
rebar_file_utils:rm_rf(?TEST_DIR).
|
||||||
|
|
||||||
'test-compile'(Config, _File) ->
|
'test-compile'(Config, _File) ->
|
||||||
|
?CONSOLE("NOTICE: Using experimental 'test-compile' command~n", []),
|
||||||
ok = ensure_dirs(),
|
ok = ensure_dirs(),
|
||||||
%% Save code path
|
%% Save code path
|
||||||
CodePath = setup_code_path(),
|
CodePath = setup_code_path(),
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
-export([shell/2]).
|
-export([shell/2]).
|
||||||
|
|
||||||
shell(_Config, _AppFile) ->
|
shell(_Config, _AppFile) ->
|
||||||
|
?CONSOLE("NOTICE: Using experimental 'shell' command~n", []),
|
||||||
%% backwards way to say we only want this executed
|
%% backwards way to say we only want this executed
|
||||||
%% for the "top level" directory
|
%% for the "top level" directory
|
||||||
case is_deps_dir(rebar_utils:get_cwd()) of
|
case is_deps_dir(rebar_utils:get_cwd()) of
|
||||||
|
|
Loading…
Reference in a new issue