From 51ec3df5c0289797cbf0d5480f477fbada9f01ed Mon Sep 17 00:00:00 2001 From: hu-weihua Date: Wed, 5 Jul 2017 03:31:14 -0400 Subject: [PATCH] build test --- travis.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis.pl b/travis.pl index bfef13842..659c29857 100644 --- a/travis.pl +++ b/travis.pl @@ -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;