inttest/logging: fix log level

This commit is contained in:
Tuncer Ayaz 2014-10-29 18:22:52 +01:00
parent 173f5b82d6
commit 009b50ec3b

View file

@ -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}