Compare commits
2 Commits
598e5faba9
...
4bee3f28df
Author | SHA1 | Date | |
---|---|---|---|
4bee3f28df | |||
bc19eb6829 |
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:
|
if verbose and not output:
|
||||||
print("Input:")
|
print("Input:")
|
||||||
print(input_data)
|
print(input_data)
|
||||||
print("")
|
print("")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user