Compare commits

..

No commits in common. "4bee3f28df1fcb5f7bb910a0da4e3da3d816971d" and "598e5faba931834e72e0b4cc32a65c2f5822eec5" have entirely different histories.

View File

@ -37,7 +37,7 @@ def run_input_cases(program, verbose, output=False, tests_dir="."):
result = subprocess.run(end_command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True)
program_output = result.stdout
if verbose and not output:
if verbose:
print("Input:")
print(input_data)
print("")