Minor formatting changes to test outcome printing (again)

This commit is contained in:
Mattia Giambirtone 2024-02-19 18:48:36 +01:00
parent 121a698ff6
commit ed2b266354
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,6 @@ when isMainModule:
print(LexingError(test.outcome.exc))
echo "\n Formatted error message ends here\n"
if suite.successful():
echo "OK: All tests were successful"
echo "OK: All tokenizer tests were successful"
quit(0)
quit(-1)