History log of /openbsd-current/regress/usr.bin/mandoc/db/makeinodes/makeinodes.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.2 18-Jul-2021 schwarze

Let the mandoc.db(5) test suite work with parallel make (make -j),
by making sure that different tests use different directory names
for their work such that they do not collide.
As a side benefit, this allows keeping the complete working directories
of the tests until "make cleandir" is run, which may occasionally
help debugging when something breaks.

The failure with make -j was detected and reported by anton@,
who also reviewed, tested, and OK'ed this somewhat lengthy patch.


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE
# 1.1 30-Jul-2016 schwarze

test suite for the new mandoc.db(5) format;
will be enabled after committing in src/usr.bin/mandoc


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.1 30-Jul-2016 schwarze

test suite for the new mandoc.db(5) format;
will be enabled after committing in src/usr.bin/mandoc