mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 09:13:08 +00:00
Fix issue1095 Automation test framework doesn't support global variable with "http://"
This commit is contained in:
parent
56cfba70ba
commit
6fc73e817b
@ -223,7 +223,7 @@ sub getConfig
|
||||
}
|
||||
} elsif ($type eq "Varible") {
|
||||
##NODE_BLOCK##
|
||||
if($line =~ /(\w+)\s*=\s*([\w\.\-\+\/]+)/) {
|
||||
if($line =~ /(\w+)\s*=\s*([\w\.\-\+\/:]+)/) {
|
||||
$config{var}{$1} = $2;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user