fix for sbin/mdconfig/tests/legacy_test.sh
    Peel, Casey 
    casey.peel at isilon.com
       
    Thu Mar 20 16:10:13 UTC 2014
    
    
  
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 at isilon.com<mailto:casey.peel at isilon.com> / 206.777.7945
    
    
More information about the freebsd-testing
mailing list