mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 11:09:55 +00:00
inttest/logging: fix log level
This commit is contained in:
parent
173f5b82d6
commit
009b50ec3b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ check_output1(Cmd, Captured, Expected, Unexpected) ->
|
||||||
false;
|
false;
|
||||||
{match, [Match]} ->
|
{match, [Match]} ->
|
||||||
retest:log(
|
retest:log(
|
||||||
console,
|
error,
|
||||||
"Unexpected output when running cmd '~s':~n~s~n",
|
"Unexpected output when running cmd '~s':~n~s~n",
|
||||||
[Cmd, Match]),
|
[Cmd, Match]),
|
||||||
{true, Match}
|
{true, Match}
|
||||||
|
|
Loading…
Reference in a new issue