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