On 2020-02-28 11:35 a.m., Martin wrote:
> Maybe on slow™ architectures the waiting time after
> starting the unit-test-server is just too short:
>
>     echo "Starting server"
>     ./unit-test-server > $server_log 2>&1 &
>
>     sleep 1
>
>     echo "Starting client"
>     ./unit-test-client > $client_log 2>&1
>
> If that is really the problem, something like that is
> probably better (untested, not even tried to compile):
>
I don't think that's the problem.  I tried increasing the sleep time and your 
patch but
neither worked.  Had to add includes for open with your patch.

-- 
John David Anglin  dave.ang...@bell.net

Reply via email to