On Mon, Apr 14, 2025 at 08:28:53AM +0200, Toon Claes wrote: > Toon Claes <toon@xxxxxxxxx> writes: > > > I'm not sure if it's related to this commit, but this patch series has > > broken something: > > > > $ make && cd t/perf && ./run . master p0005-status.sh > > > > === Running 1 tests in this tree === > > ok 1 - setup repo > > perf 2 - read-tree status br_ballast (4629): 1 ok > > # passed all 2 test(s) > > 1..2 > > === Unpacking 485f5f863615e670fd97ae40af744e14072cfe18 in build/485f5f863615e670fd97ae40af744e14072cfe18 === > > === Building 485f5f863615e670fd97ae40af744e14072cfe18 (master) === > > GIT_VERSION=2.49.GIT > > * new build flags > > CC daemon.o > > * new link flags > > CC common-main.o > > CC abspath.o > > CC add-interactive.o > > CC add-patch.o > > [snip] > > CC t/unit-tests/unit-test.o > > CC t/unit-tests/lib-oid.o > > LINK t/unit-tests/bin/unit-tests > > GEN gitweb/gitweb.cgi > > GEN gitweb/static/gitweb.js > > === Running 1 tests in /home/toon/devel/git/t/perf/build/485f5f863615e670fd97ae40af744e14072cfe18/bin-wrappers === > > ok 1 - setup repo > > perf 2 - read-tree status br_ballast (4629): 1 ok > > # passed all 2 test(s) > > 1..2 > > cannot open test-results/p0005-status.subtests: No such file or directory at ./aggregate.perl line 159. > > > > -- > > Toon > > Euhm, it seems I no longer can reproduce this issue. So you can ignore > this message. Sorry for the noice. Okay, great. I wasn't able to reproduce this locally, so thanks for clarifying! Patrick