This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Add experimental notice to test-compile and shell
pull/3/head
Tuncer Ayaz
13 years ago
parent
471b5714eb
commit
ad2e94b96b
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/rebar_eunit.erl
+1
-0
src/rebar_shell.erl
+ 1
- 0
src/rebar_eunit.erl
View File
@ -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
View File
@ -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
Write
Preview
Loading…
Cancel
Save