Only show result on error

This commit is contained in:
llsth 2015-04-12 17:01:43 +02:00
parent 465ba0e517
commit 820e81e938
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ void Test::PerformTest(const char* input, const char* result, bool show)
if (buf->Is(result)) {
pass++;
if (!debug) {
if (debug) {
printf("PASS: %s\n", show ? result : input);
}
} else {