From d08312bebdcca29f1214029cfd24f5969bef9766 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Wed, 13 Jul 2022 10:44:23 -0400 Subject: [PATCH] Debug passed testcase count --- github_action_xcat_test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_action_xcat_test.pl b/github_action_xcat_test.pl index 9c23e0207..1ef292f3c 100644 --- a/github_action_xcat_test.pl +++ b/github_action_xcat_test.pl @@ -499,7 +499,7 @@ sub run_fast_regression_test{ $cmd = "sudo /opt/xcat/bin/xcattest -f $conf_file -t $case"; print "[run_fast_regression_test] run $x: $cmd\n"; @output = runcmd("$cmd"); - #print Dumper \@output; + print Dumper \@output; for(my $i = $#output; $i>-1; --$i){ if($output[$i] =~ /------END::(.+)::Failed/){ push @failcase, $1;