diff --git a/ucompile b/ucompile index 970f174..e156648 100755 --- a/ucompile +++ b/ucompile @@ -26,7 +26,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: + if verbose and not output: print("Input:") print(input_data) print("")