Skip to content

Commit

Permalink
Merge pull request #7211 from gurevichmark/actions5
Browse files Browse the repository at this point in the history
More debuggin in GitHub actions script
  • Loading branch information
besawn committed Jun 30, 2022
2 parents b04614d + 48698d3 commit 185982d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion github_action_xcat_test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,12 @@ sub install_xcat{
foreach my $cmd (@cmds){
print "[install_xcat] running $cmd\n";
@output = runcmd("$cmd");
print "[install_xcat] RC was $::RUNCMD_RC\n";
if($::RUNCMD_RC){
print RED "[install_xcat] $cmd. ...[Failed]\n";
print "[install_xcat] error message:\n";
print Dumper \@output;
$check_result_str .= "> **INSTALL XCAT ERROR** : Please click ``Details`` label in ``Merge pull request`` box for detailed information ";
#$check_result_str .= "> **INSTALL XCAT ERROR** : Please click ``Details`` label in ``Merge pull request`` box for detailed information ";
#send_back_comment("$check_result_str");
return 1;
}
Expand Down

0 comments on commit 185982d

Please sign in to comment.