Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions tests/generic_testrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ def run_py_function(function : callable, input_file : str):

return exit_code, output, input_file


# Fail if we are unable?
#return -1, "NOTRUN", "NOFILE"
raise Exception()

# Symlink -> points to the program to run
if is_link('program'):
program = get_program_link()
Expand Down