]> git.arvados.org - arvados.git/commit
7324: Tighten exception ignoring in run_test_server start_nginx.
authorBrett Smith <brett@curoverse.com>
Tue, 20 Oct 2015 15:02:51 +0000 (11:02 -0400)
committerBrett Smith <brett@curoverse.com>
Tue, 20 Oct 2015 15:02:51 +0000 (11:02 -0400)
commit329da35b297dc38f3f32198ed1c7e09bbace7c0e
treedf41137530794b1c84719f0a4abe36cb8c17e9c3
parent716d6859bda672865c1266818bbc9814cfa9e64e
7324: Tighten exception ignoring in run_test_server start_nginx.

We just want to make sure the FIFO's gone.  Ignore the OSError that
says "can't remove it because it's already gone," and re-raise all
others.
sdk/python/tests/run_test_server.py