diff options
author | albert-github <albert.tests@gmail.com> | 2020-08-02 09:58:32 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-08-02 09:58:32 (GMT) |
commit | 03fe997d902f9a1336a9d74f377fc8b95e8a88a6 (patch) | |
tree | f515fd36db50359b0ffd185ab593e1b22d49524b /testing/Doxyfile | |
parent | 1c2acccbe1a1f348c5741036289f630e54c3f771 (diff) | |
download | Doxygen-03fe997d902f9a1336a9d74f377fc8b95e8a88a6.zip Doxygen-03fe997d902f9a1336a9d74f377fc8b95e8a88a6.tar.gz Doxygen-03fe997d902f9a1336a9d74f377fc8b95e8a88a6.tar.bz2 |
Travis does not terminate on error on non last command inside if construct
In case we have an `if` construct with multiple statements and the non last statement gives an error this is ignored by travis.
- In the mentioned case we can take the 2 statements (`make tests` and `make docs` together), so no construct with a script and `set -e` is required.
- due to a problem with the shared libraries in the case we compile with `clang` compiler and the `xmllint` program we need to exclude the `make tests` here as well.
Tests were don with the test pull request #7939
Diffstat (limited to 'testing/Doxyfile')
0 files changed, 0 insertions, 0 deletions