Compare commits
No commits in common. "4bee3f28df1fcb5f7bb910a0da4e3da3d816971d" and "598e5faba931834e72e0b4cc32a65c2f5822eec5" have entirely different histories.
4bee3f28df
...
598e5faba9
2
ucompile
2
ucompile
@ -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)
|
result = subprocess.run(end_command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True)
|
||||||
program_output = result.stdout
|
program_output = result.stdout
|
||||||
|
|
||||||
if verbose and not output:
|
if verbose:
|
||||||
print("Input:")
|
print("Input:")
|
||||||
print(input_data)
|
print(input_data)
|
||||||
print("")
|
print("")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user