mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 01:26:38 +00:00
Merge pull request #3115 from hu-weihua/xcattest
Modify a typo for xcattest
This commit is contained in:
commit
12fb826572
@ -882,7 +882,7 @@ sub load_case {
|
||||
my @newvalidoslist = ();
|
||||
foreach my $validos (@validoslist) {
|
||||
if ($validos =~ /linux/i) {
|
||||
push(@newvalidoslist, ("rhel", "sles", "ubnutu"));
|
||||
push(@newvalidoslist, ("rhel", "sles", "ubuntu"));
|
||||
} else {
|
||||
push(@newvalidoslist, $validos);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user