svn commit: r257706 - stable/10/sbin/nvmecontrol

Jim Harris jimharris at FreeBSD.org
Tue Nov 5 15:52:39 UTC 2013


Author: jimharris
Date: Tue Nov  5 15:52:38 2013
New Revision: 257706
URL: http://svnweb.freebsd.org/changeset/base/257706

Log:
  MFC r257531:
  
  Do not exit with error status after printing data for perftest.
  
  Sponsored by:	Intel
  Approved by:	re (glebius)

Modified:
  stable/10/sbin/nvmecontrol/perftest.c
Directory Properties:
  stable/10/sbin/nvmecontrol/   (props changed)

Modified: stable/10/sbin/nvmecontrol/perftest.c
==============================================================================
--- stable/10/sbin/nvmecontrol/perftest.c	Tue Nov  5 14:20:39 2013	(r257705)
+++ stable/10/sbin/nvmecontrol/perftest.c	Tue Nov  5 15:52:38 2013	(r257706)
@@ -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


More information about the svn-src-all mailing list