diff --git a/build-ubunturepo b/build-ubunturepo index 5dd48d424..6132e6720 100755 --- a/build-ubunturepo +++ b/build-ubunturepo @@ -89,7 +89,7 @@ if [ "$SETUP" = "1" ];then apt-get -y install $REPREPO $DEVSCRIPTS $DEBHELPER $QUILT - echo "Finised setup for xcat-dep build. Rerun this script with SETUP=0 LOCAL_KEY=1 flags" + echo "Finished setup for xcat-dep build. Rerun this script with SETUP=0 LOCAL_KEY=1 flags" exit 1 fi diff --git a/github_action_xcat_test.pl b/github_action_xcat_test.pl index e0b53e273..47e2e10ab 100644 --- a/github_action_xcat_test.pl +++ b/github_action_xcat_test.pl @@ -281,6 +281,7 @@ sub build_xcat_core{ my $cmd = "sudo ./build-ubunturepo -c UP=0 BUILDALL=1 GPGSIGN=0"; @output = runcmd("$cmd"); + print join "", map { "build-ubunturepo.out: $_\n" } @output; if($::RUNCMD_RC){ my $lastline = $output[-1]; $lastline =~ s/[\r\n\t\\"']*//g;