From 5f1f3eb9b589f3b6c4ac53eb56e8fe20c024d3b4 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Wed, 21 Jan 2026 22:24:29 -0500 Subject: [PATCH] tests: (lsclocks) use long options to improve test coverage report Signed-off-by: Christian Goeschel Ndjomouo --- tests/ts/misc/lsclocks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ts/misc/lsclocks b/tests/ts/misc/lsclocks index a3bb51f67..23f210d57 100755 --- a/tests/ts/misc/lsclocks +++ b/tests/ts/misc/lsclocks @@ -31,7 +31,7 @@ NO_DISCOVER="--no-discover-dynamic --no-discover-rtc" ts_init_subtest basic -"$TS_CMD_LSCLOCKS" $NO_DISCOVER -o TYPE,ID,CLOCK,NAME | grep -v CLOCK_AUX \ +"$TS_CMD_LSCLOCKS" $NO_DISCOVER --output TYPE,ID,CLOCK,NAME | grep -v CLOCK_AUX \ > "$TS_OUTPUT" 2>> "$TS_ERRLOG" ts_finalize_subtest -- 2.47.3