Merge pull request #23791 from owncloud/fix-swift-test-mkfifo

Remove any stray socket files before creating new ones
This commit is contained in:
Thomas Müller 2016-04-05 10:00:37 +02:00
commit 2a7e9f08ff
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ fi;
# create readiness notification socket
notify_sock=$(readlink -f "$thisFolder"/dockerContainerCeph.$EXECUTOR_NUMBER.amazons3.sock)
rm -f "$notify_sock" # in case an unfinished test left one behind
mkfifo "$notify_sock"
user=test

View File

@ -33,6 +33,7 @@ fi;
# create readiness notification socket
notify_sock=$(readlink -f "$thisFolder"/dockerContainerCeph.$EXECUTOR_NUMBER.swift.sock)
rm -f "$notify_sock" # in case an unfinished test left one behind
mkfifo "$notify_sock"
port=5001