summaryrefslogtreecommitdiff
path: root/inttest
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2012-10-21 11:22:51 -0700
committerDave Smith <dizzyd@dizzyd.com>2012-10-21 11:22:51 -0700
commit53ae245725f6e01113876eee61c8ae7abb8d9bf5 (patch)
treecd0bcabf4b34124bd01b590a69d27b34e9dd1cb1 /inttest
parent9d7cf0a1f1d7805bf19fe14b1f04c9b440c1c2a0 (diff)
parent0b833391ed32d757a4617246435ea9b257e3ad2b (diff)
Merge pull request #217 from alavrik/raw_deps_new
Add support for non-Erlang/OTP (raw) dependencies
Diffstat (limited to 'inttest')
-rw-r--r--inttest/t_custom_config/t_custom_config_rt.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/t_custom_config/t_custom_config_rt.erl b/inttest/t_custom_config/t_custom_config_rt.erl
index 0609abb..864ce5e 100644
--- a/inttest/t_custom_config/t_custom_config_rt.erl
+++ b/inttest/t_custom_config/t_custom_config_rt.erl
@@ -20,7 +20,7 @@ run(Dir) ->
{ok, Missing} =
retest:sh_expect(Ref,
"DEBUG: Missing deps : \\[\\{dep,bad_name,"
- "boo,\"\\.\",undefined\\}\\]",
+ "boo,\"\\.\",undefined,false\\}\\]",
[{capture, all, list}]),
retest_log:log(debug, "[CAPTURED]: ~s~n", [Captured]),
retest_log:log(debug, "[Missing]: ~s~n", [Missing]),