$ ./test80.py
Traceback (most recent call last):
File "./test80.py", line 5, in <module>
simple_test.test("test22", ["asdf", "-n", "mike", "asdf", "fds", "xxx", ])
File "/disk-samsung/freebsd-ports/devel/tclap/work/tclap-1.4.0-rc1/tests/simple_test.py", line 18, in test
test = subprocess.Popen([test_bin] + args,
File "/usr/local/lib/python3.8/subprocess.py", line 858, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/local/lib/python3.8/subprocess.py", line 1704, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '../examples/test22'
Version: 1.4.0-rc1
Please run ctest from the build directory.
In the build directory ctest fails: