1
0
mirror of https://gitlab.com/rnger/amath synced 2025-10-06 02:49:59 +00:00

Only show result on error

This commit is contained in:
llsth
2015-04-12 17:01:43 +02:00
parent 465ba0e517
commit 820e81e938

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 {