mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Build extra-opts in tinderbox so they can be tested
This commit is contained in:
parent
82674792c7
commit
1f12b2329d
1 changed files with 2 additions and 2 deletions
|
|
@ -246,8 +246,8 @@ sub SetupPath {
|
|||
|
||||
sub configure {
|
||||
# Configure
|
||||
print LOG "./configure --enable-libtap $ConfigureArgs\n";
|
||||
open (CONFIGURE, "./configure --enable-libtap $ConfigureArgs 2>&1 |") || die "../configure: $!\n";
|
||||
print LOG "./configure --enable-extra-opts --enable-libtap $ConfigureArgs\n";
|
||||
open (CONFIGURE, "./configure --enable-extra-opts --enable-libtap $ConfigureArgs 2>&1 |") || die "../configure: $!\n";
|
||||
while (<CONFIGURE>) {
|
||||
print $_;
|
||||
print LOG $_;
|
||||
|
|
|
|||
Loading…
Reference in a new issue