Re: [PATCH 4/4] tests: skip perl tests if NO_PERL is defined

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Apr 04, 2009 at 04:30:10PM -0700, Robin H. Johnson wrote:

> Testing on a box without Perl, I get the following failures.
> You can reproduce by doing mv /usr/bin/perl{,.tmp}, 
> gmake NO_PERL=1 clean all test
> 
> This is the only one that doesn't appear to use perl.
> *** t6030-bisect-porcelain.sh ***

Probably this:

  $ grep -B1 -A7 PERL git-bisect.sh
  sq() {
          @@PERL@@ -e '
                  for (@ARGV) {
                          s/'\''/'\'\\\\\'\''/g;
                          print " '\''$_'\''";
                  }
                  print "\n";
          ' "$@"
  }

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux