summaryrefslogtreecommitdiff
path: root/inttest/tplugins/tplugins_rt.erl
diff options
context:
space:
mode:
authorAndrey Teplyashin <platinumthinker@gmail.com>2014-11-09 14:04:05 +0600
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2015-07-03 12:13:13 +0200
commita587a9f7eb10691b7da5fcb45f2741c82618142f (patch)
treeade1a8da1d85966aeb727c82977a7ac2b26871b9 /inttest/tplugins/tplugins_rt.erl
parent0ad3eafc7a3401ce381c0a0d750ba3ac8d2b4321 (diff)
downloadrebar-a587a9f7eb10691b7da5fcb45f2741c82618142f.tar.gz
Add colored logs
Fix verbose level in global rebar config Replace application:set_env on erlang:put
Diffstat (limited to 'inttest/tplugins/tplugins_rt.erl')
-rw-r--r--inttest/tplugins/tplugins_rt.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/tplugins/tplugins_rt.erl b/inttest/tplugins/tplugins_rt.erl
index 997661b..01d296e 100644
--- a/inttest/tplugins/tplugins_rt.erl
+++ b/inttest/tplugins/tplugins_rt.erl
@@ -24,7 +24,7 @@ run(_Dir) ->
?assertMatch({ok, _}, retest_sh:run("./rebar fwibble -v", [])),
?assertEqual(false, filelib:is_regular("fwibble.test")),
Ref = retest:sh("./rebar -C bad.config -v clean", [{async, true}]),
- {ok, _} = retest:sh_expect(Ref, "ERROR: Plugin .*bad_plugin.erl "
+ {ok, _} = retest:sh_expect(Ref, ".*ERROR: .*Plugin .*bad_plugin.erl "
"contains compilation errors:.*",
[{newline, any}]),
ok.