Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #263690

Category doxygen
Changed by albert-github <albert.testsohnoyoudont@gmail.com>
Changed at Mon 06 Apr 2026 09:41:46
Repository https://github.com/doxygen/doxygen.git
Project doxygen
Branch master
Revision f5e66408029aa8b900f1e315c20618e8c6294c71

Comments

Error running test 120 without `--xml`
When testing the doxygen test 120 but without that `--xml` or `--xmlxsd` has been specified we get the error like:
```
error: cannot open tag file .../testing/test_output_120/out/tagfile for writing
```
due to the fact that in this case the `out` directory has not bee created.

Furthermore there were still a number of references to test `116` (the initial number of the test)

Changed files