t/run-fio-tests: automatically skip t/jobs/t0005 on Windows
authorVincent Fu <vincent.fu@wdc.com>
Thu, 12 Dec 2019 22:31:14 +0000 (15:31 -0700)
committerVincent Fu <vincent.fu@wdc.com>
Mon, 6 Jan 2020 16:49:24 +0000 (11:49 -0500)
commitc58b33b4e0940f3ec89d6e302a0c90e2ec1f1fbc
tree46ba5e46ec5667141761d226df8665716a467f7b
parent0284718c1b9dc1d5c1c42906f0990c01af20e401
t/run-fio-tests: automatically skip t/jobs/t0005 on Windows

t0005 uses direct IO with a sync ioengine which is not supported under
Windows. Automatically skip this test when run-fio-tests is run under
Windows.

With this change we no longer need to skip test 5 in the appveyor setup.

Signed-off-by: Vincent Fu <vincent.fu@wdc.com>
.appveyor.yml
t/run-fio-tests.py