Date: Mon, 10 Feb 2020 08:48:37 +0000 (UTC) From: Peter Holm <pho@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r357718 - user/pho/stress2/misc Message-ID: <202002100848.01A8mbFK054006@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pho Date: Mon Feb 10 08:48:36 2020 New Revision: 357718 URL: https://svnweb.freebsd.org/changeset/base/357718 Log: Added missing "umount". Fix mistake of using run.sh instead of run. Modified: user/pho/stress2/misc/zfs9.sh Modified: user/pho/stress2/misc/zfs9.sh ============================================================================== --- user/pho/stress2/misc/zfs9.sh Mon Feb 10 08:46:38 2020 (r357717) +++ user/pho/stress2/misc/zfs9.sh Mon Feb 10 08:48:36 2020 (r357718) @@ -62,8 +62,9 @@ export LOAD=70 export TESTPROGS=`cd ..; find testcases/ -perm -1 -type f | \ egrep -v "/run/"` -(cd ..; ./run.sh $TESTPROGS) +(cd ..; ./testcases/run/run $TESTPROGS) +zfs umount stress2_tank/test zfs destroy -r stress2_tank zpool destroy stress2_tank
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002100848.01A8mbFK054006>