From: Omar Polo Subject: Re: got-build-regress.sh regress failure To: Mark Jamsek , gameoftrees@openbsd.org Date: Tue, 20 Aug 2024 10:20:51 +0200 On 20/08/24 09:02, Mark Jamsek wrote: > Omar Polo wrote: >> On 2024/08/19 21:13:32 +0200, op@omarpolo.com wrote: >>> ===> regress/tog >>> ==== log ==== >>> ./log.sh -q -r "/home/chiaki/tmp/" >>> --- /home/chiaki/tmp/tog-test-log_mark_keymap-BLkkt3cI4L/view.expected Mon Aug 19 21:13:31 2024 >>> +++ /home/chiaki/tmp/tog-test-log_mark_keymap-BLkkt3cI4L/view Mon Aug 19 21:13:32 2024 >>> @@ -1,5 +1,5 @@ >>> commit 7090dc7c6201101f9af2ddea91904ab6a6f45015 [2/2] >>> -2024-08-19 f0d07c2f flan_hacker ~[master] new alpha >>> +2024-08-19 f0d07c2f flan_hacker [master] new alpha >>> 2024-08-19 7090dc7c flan_hacker adding the test tree >> I've seen this a few times. it happens randomly, haven't managed to >> look yet at why it fails :/ > I suspect this is due to capturing the screendump before the base commit > marker has been drawn. If so, this should fix it. Please let me know if > the test reliably passes on your test machine with this applied. it was intermittent before, but now seems to reliably pass and the diff makes sense to me, so ok op@. Thank you!