TESTS: fixup the first-log-line of each test

This commit is contained in:
Ronnie Sahlberg
2013-01-15 18:31:18 -08:00
parent e6d2c0713c
commit a57ef69c8e
6 changed files with 12 additions and 6 deletions

View File

@@ -28,7 +28,8 @@ test_read10_0blocks(void)
{
int ret;
logging(LOG_VERBOSE, "\n Test READ10 0-blocks at LBA==0");
logging(LOG_VERBOSE, "");
logging(LOG_VERBOSE, "Test READ10 0-blocks at LBA==0");
ret = read10(iscsic, tgt_lun, 0, 0, block_size,
0, 0, 0, 0, 0, NULL);
CU_ASSERT_EQUAL(ret, 0);