From 5e82e574acc8c707cb8ea21050add55c97d08a78 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sun, 17 Nov 2019 19:25:11 -0800 Subject: [PATCH] e2e more random (I actually hit this) --- test_e2e.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_e2e.sh b/test_e2e.sh index a93dab7..388ba7b 100755 --- a/test_e2e.sh +++ b/test_e2e.sh @@ -61,7 +61,7 @@ make container REGISTRY=e2e VERSION=$(make -s version) DIR="" for i in $(seq 1 10); do - DIR="/tmp/git-sync-test.$RANDOM" + DIR="/tmp/git-sync-test.$RANDOM$RANDOM" mkdir "$DIR" && break done if [[ -z "$DIR" ]]; then @@ -80,7 +80,7 @@ function finish() { trap finish INT EXIT -CONTAINER_NAME=git-sync-$RANDOM +CONTAINER_NAME=git-sync-$RANDOM$RANDOM function GIT_SYNC() { #./bin/linux_amd64/git-sync "$@" docker run \