From b1f933d1c0e805bb3f7bb722795cc1ed8d0fbf39 Mon Sep 17 00:00:00 2001 From: Adam Dempsey Date: Mon, 18 Nov 2024 09:17:40 -0700 Subject: [PATCH] Do not fail if we cannot find an executable. That means we are going to build one --- tst/run_tests.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tst/run_tests.py b/tst/run_tests.py index 3009d44..ffec1fa 100755 --- a/tst/run_tests.py +++ b/tst/run_tests.py @@ -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