Skip to content

Commit

Permalink
build test
Browse files Browse the repository at this point in the history
  • Loading branch information
hu-weihua committed Jul 5, 2017
1 parent 37965e1 commit 51ec3df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis.pl
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ sub build_xcat_core{

$cmd = "sudo ./build-ubunturepo -c UP=0 BUILDALL=1";
@output = runcmd("$cmd");
#print ">>>>>Dumper the output of '$cmd'\n";
#print Dumper \@output;
print ">>>>>Dumper the output of '$cmd'\n";
print Dumper \@output;
if($::RUNCMD_RC){
my $lastline = $output[-1];
$lastline =~ s/[\r\n\t\\"']*//g;
Expand Down

0 comments on commit 51ec3df

Please sign in to comment.