2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 02:30:21 +00:00

Debug command output4

This commit is contained in:
Mark Gurevich
2022-07-13 11:40:31 -04:00
parent 359c7b349e
commit 344cf05f9c

View File

@@ -178,7 +178,7 @@ if($search_expression){
print "------The total labels are:---------\n";
print Dumper \@total_label_set;
print "------The case and its labels:-------\n";
print Dumper \%case_label_map
print Dumper \%case_label_map;
}
}
@@ -258,7 +258,7 @@ if (defined $list) {
print "------The total labels are:---------\n";
print Dumper \@total_label_set;
print "------The case and its labels:-------\n";
print Dumper \%case_label_map
print Dumper \%case_label_map;
}
my %label_conut;
my %case_label_str_map;
@@ -1604,6 +1604,7 @@ sub setup_env_by_configure_file {
my @output = &runcmd($cmd);
if ($::RUNCMD_RC != 0) {
$$error_ref = "Failed3 to run $cmd OUTPUT: @output";
print Dumper \@output;
return 1;
}
}