Skip to content
Snippets Groups Projects
Commit 0d71baba authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Produce error message, not traceback, when test program doesn't build.

A traceback from a Python script always makes people think there's a bug in
your script. Even when a test program fails to build, CMake often (always?)
tries to run it anyway, via our run_build_test.py script. For that case,
produce a straightforward error message -- rather than an OSError traceback
that doesn't even mention the program name!
parent 3b7d3cb1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment