• Yang Bodong's avatar
    Tests: fix the problem that Darwin memory leak detection may fail (#8213) · ee59dc1b
    Yang Bodong authored
    Apparently the "leaks" took reports a different error string about process
    that's not found in each version of MacOS.
    This cause the test suite to fail on some OS versions, since some tests terminate
    the process before looking for leaks.
    Instead of looking at the error string, we now look at the (documented) exit code.
    ee59dc1b
server.tcl 18.3 KB