TESTS: Update the READ10 tests for the new test tool

This commit is contained in:
Ronnie Sahlberg
2013-01-06 17:08:50 -08:00
parent 179d7b4f55
commit 4b3a53f7be
9 changed files with 227 additions and 200 deletions

View File

@@ -324,6 +324,7 @@ main(int argc, char *argv[])
break;
case 'n':
mode = CU_BRM_NORMAL;
loglevel = LOG_NORMAL;
break;
case 'v':
mode = CU_BRM_VERBOSE; /* default */