* [LTP] [PATCH] crash02: remove verbose option from runtest file
@ 2025-07-04 8:43 Avinesh Kumar
2025-07-04 8:58 ` Andrea Cervesato via ltp
0 siblings, 1 reply; 2+ messages in thread
From: Avinesh Kumar @ 2025-07-04 8:43 UTC (permalink / raw)
To: ltp
we have removed support for verbose option -v in the rewrite of crash02
Fixes: 16cd67ef1 (misc: rewrite crash02 test)
Signed-off-by: Avinesh Kumar <akumar@suse.de>
---
runtest/crashme | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runtest/crashme b/runtest/crashme
index 7a630916b..af45d29bc 100644
--- a/runtest/crashme
+++ b/runtest/crashme
@@ -7,6 +7,6 @@ f00f f00f
crash01 crash01
# Generate random code and execute it. Read f00f comment,
# this test lockup SunOS,WindowsNT,etc. in seconds..
-crash02 crash02 -v 2
+crash02 crash02
# Fork as many children as possible. On systems with lots of memory
# and kernels prior to 2.4.19, this can hang the system by using up all pids
--
2.43.0
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [LTP] [PATCH] crash02: remove verbose option from runtest file
2025-07-04 8:43 [LTP] [PATCH] crash02: remove verbose option from runtest file Avinesh Kumar
@ 2025-07-04 8:58 ` Andrea Cervesato via ltp
0 siblings, 0 replies; 2+ messages in thread
From: Andrea Cervesato via ltp @ 2025-07-04 8:58 UTC (permalink / raw)
To: Avinesh Kumar, ltp
Merged thanks!
On 7/4/25 10:43 AM, Avinesh Kumar wrote:
> we have removed support for verbose option -v in the rewrite of crash02
>
> Fixes: 16cd67ef1 (misc: rewrite crash02 test)
> Signed-off-by: Avinesh Kumar <akumar@suse.de>
> ---
> runtest/crashme | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/runtest/crashme b/runtest/crashme
> index 7a630916b..af45d29bc 100644
> --- a/runtest/crashme
> +++ b/runtest/crashme
> @@ -7,6 +7,6 @@ f00f f00f
> crash01 crash01
> # Generate random code and execute it. Read f00f comment,
> # this test lockup SunOS,WindowsNT,etc. in seconds..
> -crash02 crash02 -v 2
> +crash02 crash02
> # Fork as many children as possible. On systems with lots of memory
> # and kernels prior to 2.4.19, this can hang the system by using up all pids
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-04 8:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-04 8:43 [LTP] [PATCH] crash02: remove verbose option from runtest file Avinesh Kumar
2025-07-04 8:58 ` Andrea Cervesato via ltp
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.