commit | df1c1cfb1f81c53101ef07a7bc2bafd7cb181f36 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Thu Jan 17 11:55:05 2019 -0800 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Sat Jan 19 15:25:54 2019 -0800 |
tree | ef0084d69851b4e4fc533a2ed25660c7e94b3e48 | |
parent | d396f62aaab6dad5a1184c18ecccaac529be3f87 [diff] [blame] |
Get rid of extra spaces, minor documentation improvements, readme additions
diff --git a/test/run_tests.c b/test/run_tests.c index c2816ba..6c09b09 100644 --- a/test/run_tests.c +++ b/test/run_tests.c
@@ -209,7 +209,7 @@ if(pfOutput) { (*pfOutput)(" FAILED (returned ", poutCtx, 0); (*pfOutput)(szTestResult, poutCtx, 0); - (*pfOutput)(")\n", poutCtx, 1); + (*pfOutput)(")", poutCtx, 1); } nTestsFailed++; } else {