Skip to content

Commit

Permalink
Do not fail if we cannot find an executable. That means we are going …
Browse files Browse the repository at this point in the history
…to build one
  • Loading branch information
adamdempsey90 committed Nov 18, 2024
1 parent 36932d2 commit b1f933d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tst/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,10 +334,6 @@ def set_paths(args):
raise TestError(
f'Could not find executable in "{exe_path}" or cannot be executed!'
)
else:
raise TestError(
f'Could not find a valid build directory with "{local_path}" or it is not readable!'
)


# Execute main function
Expand Down

0 comments on commit b1f933d

Please sign in to comment.