mirror of
https://gitlab.com/rnger/amath
synced 2025-10-06 10:59:56 +00:00
Only show result on error
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user