printandlogs..

This commit is contained in:
iceman1001 2019-04-07 18:12:58 +02:00
commit 27003904ce
9 changed files with 86 additions and 57 deletions

View file

@ -94,7 +94,7 @@ int ExecuteCryptoTests(bool verbose) {
res = roca_self_test();
if (res) TestFail = true;
PrintAndLog("\n--------------------------");
PrintAndLogEx(NORMAL, "\n--------------------------");
if (TestFail)
PrintAndLogEx(FAILED, "\tTest(s) [ %s ]", _RED_("FAIL"));