added more output to test failure

This commit is contained in:
Václav Šmejkal 2022-05-24 19:10:26 +02:00
parent 314846a45e
commit 375aeccc1c

View File

@ -27,7 +27,7 @@ int main(void)
} }
else else
{ {
fprintf(stderr, "Test failed!\n"); fprintf(stderr, "Test failed!\n\n%s // %s", encrypted.outputText, TEST_TEXT);
exitCode = 1; exitCode = 1;
} }