Commit 57a19206 authored by Bernd Edlinger's avatar Bernd Edlinger Committed by Richard Levitte
Browse files

Check the exit code from the server process

parent 9872238e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -316,6 +316,7 @@ sub clientstart
        print "Waiting for server process to close: "
              .$self->serverpid."\n";
        waitpid( $self->serverpid, 0);
        die "exit code $? from server process\n" if $? != 0;
    }
    return 1;
}