Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2017 06:01:57 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r317669 - user/pho/stress2/misc
Message-ID:  <201705020601.v4261v0n084703@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pho
Date: Tue May  2 06:01:57 2017
New Revision: 317669
URL: https://svnweb.freebsd.org/changeset/base/317669

Log:
  Give the test program the name corresponding to the script.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  user/pho/stress2/misc/mmap5.sh

Modified: user/pho/stress2/misc/mmap5.sh
==============================================================================
--- user/pho/stress2/misc/mmap5.sh	Tue May  2 06:01:01 2017	(r317668)
+++ user/pho/stress2/misc/mmap5.sh	Tue May  2 06:01:57 2017	(r317669)
@@ -37,9 +37,9 @@
 dir=/tmp
 odir=`pwd`
 cd $dir
-sed '1,/^EOF/d' < $odir/$0 > $dir/wire_no_page.c
-mycc -o mmap5  -Wall -Wextra wire_no_page.c || exit 1
-rm -f wire_no_page.c
+sed '1,/^EOF/d' < $odir/$0 > $dir/mmap5.c
+mycc -o mmap5  -Wall -Wextra mmap5.c || exit 1
+rm -f mmap5.c
 cd $odir
 
 cp /tmp/mmap5  /tmp/mmap5.inputfile



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