On 6/10/2026 12:28 AM, Manos Pitsidianakis wrote: > On Wed, 10 Jun 2026 00:47, Pierrick Bouvier > <[email protected]> wrote: >> Semihosting console tests require console interaction, and were flagged >> as manual because of this. This wrapper automates interaction, by >> sending a specific string on stdin. >> >> Signed-off-by: Pierrick Bouvier <[email protected]> >> --- > > Fyi there is also expect(1) https://packages.debian.org/trixie/expect > but is kind of arcane. >
An an additional dependency that may or may not be available also. Also, this kind of interaction is more for functional test. The goal here was just to automate a single test.
