Commit 2ce86d85 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

runtests.pl: support multiline <postcheck> commands

parent 4da846a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {