Skip to content
Snippets Groups Projects
  • Nat Goodspeed's avatar
    0d71baba
    Produce error message, not traceback, when test program doesn't build. · 0d71baba
    Nat Goodspeed authored
    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!
    0d71baba
    History
    Produce error message, not traceback, when test program doesn't build.
    Nat Goodspeed authored
    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!
Code owners
Assign users and groups as approvers for specific file changes. Learn more.