]> git.puffer.fish Git - matthieu/frr.git/commit
tests: fix parallel build race
authorDavid Lamparter <equinox@diac24.net>
Wed, 8 Apr 2020 13:17:21 +0000 (15:17 +0200)
committerDavid Lamparter <equinox@diac24.net>
Wed, 8 Apr 2020 14:27:59 +0000 (16:27 +0200)
commitd32ee243af65b1c80f0634d94cd690953cca4407
tree494a1b1df02d1cfb37b0646924576732d3f41cc3
parent63ffd0ea209a9d24cde135f790a20f0b4f1eee8b
tests: fix parallel build race

If we're building with a separate build directory, these two build
targets can fail in case their output directory hasn't been created by
some other target that may or may not have run earlier.

Signed-off-by: David Lamparter <equinox@diac24.net>
tests/subdir.am