From f97bf48a87760cdc091405e37f8bb6bc4ab54911 Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Fri, 1 Nov 2013 22:05:29 +0000 Subject: [PATCH] Do not exit with error status after printing data for perftest. Sponsored by: Intel Reported by: Joe Golio MFC after: 3 days --- sbin/nvmecontrol/perftest.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sbin/nvmecontrol/perftest.c b/sbin/nvmecontrol/perftest.c index 15e49757e2b..cc9119826f7 100644 --- a/sbin/nvmecontrol/perftest.c +++ b/sbin/nvmecontrol/perftest.c @@ -64,8 +64,6 @@ print_perftest(struct nvme_io_test *io_test, bool perthread) for (i = 0; i < io_test->num_threads; i++) printf("\t%3d: %8ju IO/s\n", i, (uintmax_t)io_test->io_completed[i]/io_test->time); - - exit(1); } static void