Update run-tests.py

multiline-output
drunkendog 2023-09-12 13:30:10 +01:00
parent 5525f25240
commit a2ba458c54
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ file_list = [x.rstrip(".case") for x in glob.glob(f"{os.path.dirname(__file__)}/
file_only_list = [os.path.basename(x) for x in file_list]
if sys.platform == "win32":
subprocess.run("color", check=True) # enables ANSI escape characters, bug in Python
os.system("color") # enables ANSI escape characters, bug in Python
for file_name in glob.glob("*.c", recursive=False):
if file_name.rstrip(".c") in file_only_list: