From 897b31f2499b81367cf671053fdb88145cb3a5cb Mon Sep 17 00:00:00 2001 From: John R Barker Date: Thu, 9 Nov 2017 18:23:10 +0000 Subject: [PATCH] Use same TEST seperater as Shippable (#32758) --- test/utils/dci/dci-coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/dci/dci-coverage.sh b/test/utils/dci/dci-coverage.sh index 2ed9b2776e7..4921ef6dcef 100755 --- a/test/utils/dci/dci-coverage.sh +++ b/test/utils/dci/dci-coverage.sh @@ -7,7 +7,7 @@ set -o pipefail # Platform: $1 = (ios, openvswitch, vyos, ...) # Branch: $2 = (devel, stable-2.4, ...) -test="dci-$1" +test="dci/$1" branch="$2" if find test/results/coverage/ -mindepth 1 -name '.*' -prune -o -print -quit | grep -q .; then