Minor formatting changes to test outcome printing (again)

This commit is contained in:
Mattia Giambirtone 2024-02-19 18:48:36 +01:00
parent 0ec377b308
commit 3b603d1fdf
Signed by: nocturn9x
GPG Key ID: 8270F9F467971E59
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)