Skip to content

Commit

Permalink
Undo commit if travis-ci fails with this
Browse files Browse the repository at this point in the history
- this commit uses a wrong filename for doxygen exceptions, i.e., the `make doc` should fail on travis-ci because it will find doxygen warnings

- if indeed, travis-ci fails with this commit, then our continuous integration checks pass both positive and negative cases correctly
  • Loading branch information
dschlaep committed Jul 25, 2019
1 parent c1bae18 commit 952e100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_doxygen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doc_path="doc" # path to documentation
doxy=${doc_path}"/Doxyfile" # Doxyfile
log=${doc_path}"/log_doxygen.log" # logfile for doxygen output
log_tmp=${doc_path}"/log_doxygen_tmp.log"
doxexcept=${doc_path}"/doxygen_exceptions.txt" # filename that lists exceptions (one per line)
doxexcept=${doc_path}"/doxygen_exceptions_wrong.txt" # filename that lists exceptions (one per line)

# Downgrade Doxyfile in case this runs an old doxygen version, e.g.,
# travis-ci is currently on 1.8.6 (instead of 1.8.15)
Expand Down

0 comments on commit 952e100

Please sign in to comment.