If --no-rebuild is used, the test program might not exist, spawning a FileNotFoundError inside a long traceback rooted in subprocess.Popen trying to run that test program. Current versions of Meson even say it's an "unhandled python exception". But we can do one better and actually tell the user what is wrong, why, and what to do to fix it. And we can do so before getting waist deep in partially running tests. Fixes #10006pull/10112/head
parent
915ae236ed
commit
c1f933db6b
1 changed files with 5 additions and 2 deletions
Loading…
Reference in new issue