perl test runner now properly catches STDERR
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8571 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e49b6f060c
commit
f663ab6310
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ use strict;
|
|||
|
||||
my $command = shift @ARGV;
|
||||
|
||||
my $output = `perl $command`;
|
||||
my $output = `perl $command 2>&1`;
|
||||
|
||||
die "SWIG Perl test failed: \n\n$output\n"
|
||||
if $?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue