Date: Thu, 20 Mar 2014 16:09:51 +0000 From: "Peel, Casey" <casey.peel@isilon.com> To: "freebsd-testing@freebsd.org" <freebsd-testing@freebsd.org> Subject: fix for sbin/mdconfig/tests/legacy_test.sh Message-ID: <16437CC5729B5345AF77F816513376E81298241F@MX103CL02.corp.emc.com>
next in thread | raw e-mail | index | archive | help
The sbin/mdconfig/tests/legacy_test.sh script fails because it is looking for the wrong runner (diff is against our internal code, but the change is trivial):
Index: sbin/mdconfig/tests/legacy_test.sh
===================================================================
--- sbin/mdconfig/tests/legacy_test.sh (revision 397720)
+++ sbin/mdconfig/tests/legacy_test.sh (working copy)
@@ -38,7 +38,7 @@
TESTDIR=$(dirname $(realpath $0))
-__PERL__ -w -U $TESTDIR/run $TESTDIR/mdconfig.test > /dev/null
+__PERL__ -w -U $TESTDIR/run.pl $TESTDIR/mdconfig.test > /dev/null
if [ $? -eq 0 ]; then
echo "ok 1"
-- Casey
--
Performance Test Ninja
casey.peel@isilon.com<mailto:casey.peel@isilon.com> / 206.777.7945
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16437CC5729B5345AF77F816513376E81298241F>
