mirror of
https://github.com/Savapitech/42sh.git
synced 2026-03-18 21:50:35 +01:00
Add dots printing in tester
This commit is contained in:
@@ -82,10 +82,10 @@ class Test:
|
|||||||
result_tcsh.exit_code = 84
|
result_tcsh.exit_code = 84
|
||||||
|
|
||||||
if result_42sh == result_tcsh:
|
if result_42sh == result_tcsh:
|
||||||
print("\033[32m.\033[0m", end='') # ]]
|
print("\033[32m.\033[0m", end='', flush=True) # ]]
|
||||||
return None
|
return None
|
||||||
|
|
||||||
print("\033[31m.\033[0m", end='') # ]]
|
print("\033[31m.\033[0m", end='', flush=True) # ]]
|
||||||
return cmd, result_42sh, result_tcsh
|
return cmd, result_42sh, result_tcsh
|
||||||
|
|
||||||
def run(self, test_map, tested_bin) -> bool:
|
def run(self, test_map, tested_bin) -> bool:
|
||||||
|
|||||||
Reference in New Issue
Block a user