svn commit: r260585 - user/jmmv/autotest/node

Julio Merino jmmv at FreeBSD.org
Mon Jan 13 11:51:13 UTC 2014


Author: jmmv
Date: Mon Jan 13 11:51:12 2014
New Revision: 260585
URL: http://svnweb.freebsd.org/changeset/base/260585

Log:
  Install perl5 in the VMs.
  
  Some test programs are written in perl and rely on /usr/bin/perl... which
  surprisingly to me is provided by a port.  Should fix the execution of the
  bin/pax tests in the test cluster.

Modified:
  user/jmmv/autotest/node/iterate.sh

Modified: user/jmmv/autotest/node/iterate.sh
==============================================================================
--- user/jmmv/autotest/node/iterate.sh	Mon Jan 13 10:47:26 2014	(r260584)
+++ user/jmmv/autotest/node/iterate.sh	Mon Jan 13 11:51:12 2014	(r260585)
@@ -207,7 +207,7 @@ autotest_mkimage() {
 EOF
 
     cp /etc/resolv.conf "${chrootdir}/vmimage/mnt/etc"
-    pkg -c "${chrootdir}/vmimage/mnt" install -y kyua pkgconf
+    pkg -c "${chrootdir}/vmimage/mnt" install -y kyua perl5 pkgconf
     rm "${chrootdir}/vmimage/mnt/etc/resolv.conf"
 
     cat >>"${chrootdir}/vmimage/mnt/root/.cshrc" <<EOF


More information about the svn-src-user mailing list