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/9788/head
parent
a3e4272bd3
commit
c85f7a39a8
1 changed files with 5 additions and 2 deletions
Loading…
Reference in new issue