runtests.pl: support multiline <postcheck> commands
This commit is contained in:
Родитель
4da846a41e
Коммит
2ce86d8509
|
@ -3793,7 +3793,7 @@ sub singletest {
|
|||
# run the postcheck command
|
||||
my @postcheck= getpart("client", "postcheck");
|
||||
if(@postcheck) {
|
||||
$cmd = $postcheck[0];
|
||||
$cmd = join("", @postcheck);
|
||||
chomp $cmd;
|
||||
subVariables \$cmd;
|
||||
if($cmd) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче