Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Nov 2013 22:05:30 +0000 (UTC)
From:      Jim Harris <jimharris@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257531 - head/sbin/nvmecontrol
Message-ID:  <201311012205.rA1M5UP3072366@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jimharris
Date: Fri Nov  1 22:05:29 2013
New Revision: 257531
URL: http://svnweb.freebsd.org/changeset/base/257531

Log:
  Do not exit with error status after printing data for perftest.
  
  Sponsored by:	Intel
  Reported by:	Joe Golio <joseph.golio@emc.com>
  MFC after:	3 days

Modified:
  head/sbin/nvmecontrol/perftest.c

Modified: head/sbin/nvmecontrol/perftest.c
==============================================================================
--- head/sbin/nvmecontrol/perftest.c	Fri Nov  1 22:03:20 2013	(r257530)
+++ head/sbin/nvmecontrol/perftest.c	Fri Nov  1 22:05:29 2013	(r257531)
@@ -64,8 +64,6 @@ print_perftest(struct nvme_io_test *io_t
 		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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311012205.rA1M5UP3072366>