On 19/11/15 08:58, larsxschneider@gmail.com wrote:
From: Lars Schneider <redacted>
diff to v5:
* check if PID file still exists on P4D cleanup (thanks Luke)
* fix space/tab formatting error
* add sleep to timeout loops (thanks Luke)
* replace 'date +%s' with platform independent Python function (thanks Eric and Luke)
The first three of these (which fix the git-p4 tests) all look good to
me. With these changes, running the t98* tests in parallel now works,
which it did not used to do. The changes are not pretty but I think
that's inevitable.
Ack from me.
Luke