Some of our tools don't have the `-h`, or `-v` flag, or it could be
that the `-v` flag also prints the entire `--help` as well, e.g.,
`androiddeployqt`. When running in Jenkins, this may lead to a message
box being shown and consequently stopping the build. By customizing the
flag per tool, and limiting the TRY_RUN to tools that support `-v` or
`--version`, we can avoid this.
Also removed TRY_RUN from `macdeployqt` which doesn't need it anyway.
Amend
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ctf.cpp | ||
| ctf.h | ||
| etw.cpp | ||
| etw.h | ||
| helpers.cpp | ||
| helpers.h | ||
| lttng.cpp | ||
| lttng.h | ||
| panic.cpp | ||
| panic.h | ||
| provider.cpp | ||
| provider.h | ||
| qtheaders.cpp | ||
| qtheaders.h | ||
| tracegen.cpp | ||