From 5f832cccbdd28b173deae1056048ed12a67bbfd1 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sat, 28 Jun 2025 09:00:13 +0200 Subject: [PATCH] Non-Linux regtest: update none cmdline2 stdout expected --- none/tests/cmdline2.stdout.exp-non-linux | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/none/tests/cmdline2.stdout.exp-non-linux b/none/tests/cmdline2.stdout.exp-non-linux index 767f1cb9c..56a92dbf1 100644 --- a/none/tests/cmdline2.stdout.exp-non-linux +++ b/none/tests/cmdline2.stdout.exp-non-linux @@ -29,7 +29,11 @@ usage: valgrind [options] prog-and-args where event is one of: startup exit abexit valgrindabexit all none --track-fds=no|yes|all|bad track open file descriptors? [no] - all includes reporting inherited file descriptors + all also reports on open inherited file + descriptors at exit (e.g. stdin/out/err) + bad only reports on file descriptor usage + errors and doesn't list open file descriptors + at exit --modify-fds=no|yes|high modify newly open file descriptors? [no] --time-stamp=no|yes add timestamps to log messages? [no] --log-fd= log messages to file descriptor [2=stderr] -- 2.47.2