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
Change console message to debug message (more appropriate)
pull/3/head
Dave Smith
15 years ago
parent
6ed20c95ba
commit
c2b58ac62f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar_eunit.erl
+ 1
- 1
src/rebar_eunit.erl
View File
@ -63,7 +63,7 @@ eunit(Config, AppFile) ->
true
-
>
ok
;
false
-
>
?
CONSOLE
(
"
Skipping eunit on app
~p
\n
"
,
[
ThisApp
]
)
,
?
DEBUG
(
"
Skipping eunit on app
:
~p
\n
"
,
[
ThisApp
]
)
,
throw
(
ok
)
end
,
Write
Preview
Loading…
Cancel
Save