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
All dep overrides in packages are blocked
Just rework the error message.
pull/717/head
Fred Hebert
9 years ago
parent
e880e16063
commit
e25ba5d8ea
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/rebar_install_deps_SUITE.erl
+ 1
- 1
test/rebar_install_deps_SUITE.erl
View File
@ -470,7 +470,7 @@ m_pkg_src_override(Config) ->
rebar_test_utils
:
run_and_check
(
Config
,
RebarConfig
,
[
"
lock
"
]
,
{
error
,
{
rebar_prv_install_deps
,
{
source_dep_in_pkg
,
[
<
<
"
C
"
>
>
,
<
<
"
b
"
>
>
]
}
}
}
{
package_dep_override
,
<
<
"
b
"
>
>
}
}
}
)
.
run
(
Config
)
-
>
Write
Preview
Loading…
Cancel
Save