• Matt Stancliff's avatar
    Fix test framework to detect proper server PID · 6c16ecaa
    Matt Stancliff authored
    Previously the PID format was:
    [PID] Timestamp
    
    But it recently changed to:
    PID:X Timestamp
    
    The tcl testing framework was grabbing the PID from \[\d+\], but
    that's not valid anymore.
    
    Now we grab the pid from "PID: <PID>" in the part of Redis startup
    output to the right of the ASCII logo.
    6c16ecaa
server.tcl 9.09 KB