Commit dacecdb9 authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Better indention of assert report

parent 582795a3
......@@ -54,13 +54,13 @@ def report()
print($total_test)
print("\n")
print(' OK: ')
print(' OK: ')
print($ok_test)
print("\n")
print(' KO: ')
print(' KO: ')
print($ko_test)
print("\n")
print(' Crash: ')
print('Crash: ')
print($kill_test)
print("\n")
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment