chiark / gitweb /
webstead: slightly more robust invocation of bedstead
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 15 Oct 2025 22:10:23 +0000 (23:10 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Tue, 13 Jan 2026 21:42:18 +0000 (21:42 +0000)
commit277091df19b3348edc022c5963ba98f1b4164229
tree0e19a15b158f87bc0b581a03c6a79233f86329f3
parentd84ca8b4e74aba469c95f5df8d44a0352bb9e213
webstead: slightly more robust invocation of bedstead

Now we don't assume that stdout is line-buffered and that we'll
therefore get a single call to print().  Instead, we collect up all
the output in a string and use it when the program exits.
webstead.xhtml