This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bisect-runner.pl now runs all build commands with STDIN of /dev/null
authorNicholas Clark <nick@ccl4.org>
Wed, 5 Oct 2011 19:25:47 +0000 (21:25 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 5 Oct 2011 19:25:47 +0000 (21:25 +0200)
commit9da8cb0a7fec6f0ad47d16ad10bc6c0ef308feb2
treed69d410a3d4aea304579aec8ede1da4b632808e5
parent7c22f1583bda33381362749f7067db041b085efa
bisect-runner.pl now runs all build commands with STDIN of /dev/null

This should avoid any problems with confused build commands wanting to read
from STDIN and causing the bisect to hang waiting on user input from the
terminal.
Porting/bisect-runner.pl