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

update xcattest after review

This commit is contained in:
caomengmeng
2016-11-03 10:24:00 +08:00
committed by GitHub
parent c3dfe43b72
commit 42ec75fd25

View File

@@ -17,7 +17,6 @@ use lib "$::XCATROOT/lib/perl";
my $rootdir = "$::XCATROOT/share/xcat/tools/autotest";
my $needhelp = 0;
my $configinfo = undef;
#my $configfile = "$rootdir/default.conf";
my $configfile = undef;
my $casedir = "$rootdir/testcase";
my $bundledir = "$rootdir/bundle";
@@ -1135,7 +1134,6 @@ sub listformatbundleinfo
print "bundle files and descriptions:\n";
foreach my $filename (sort { $a cmp $b } keys %bundlefilesinfo ) {
# foreach my $filename (keys %bundlefilesinfo) {
my @desc = split(" ", $bundlefilesinfo{$filename});
my $str = "";
my @formatdesc = ();