瀏覽代碼

Add experimental notice to test-compile and shell

pull/3/head
Tuncer Ayaz 13 年之前
父節點
當前提交
ad2e94b96b
共有 2 個檔案被更改,包括 2 行新增0 行删除
  1. +1
    -0
      src/rebar_eunit.erl
  2. +1
    -0
      src/rebar_shell.erl

+ 1
- 0
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(),

+ 1
- 0
src/rebar_shell.erl 查看文件

@ -33,6 +33,7 @@
-export([shell/2]).
shell(_Config, _AppFile) ->
?CONSOLE("NOTICE: Using experimental 'shell' command~n", []),
%% backwards way to say we only want this executed
%% for the "top level" directory
case is_deps_dir(rebar_utils:get_cwd()) of

Loading…
取消
儲存