From 94f9f60b1b4ce007325c5ca84dadca53443e3e5a Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Wed, 11 Feb 2015 13:31:55 +0100 Subject: [PATCH] tests: clone ceph-erasure-code-corpus from ceph Instead of the http://github.com/dachary namespace. It is not an issue in the common case because it should be cloned because it is in the .gitmodules file with the proper namespace. http://tracker.ceph.com/issues/10836 Fixes: #10836 Signed-off-by: Loic Dachary --- qa/workunits/erasure-code/encode-decode-non-regression.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/erasure-code/encode-decode-non-regression.sh b/qa/workunits/erasure-code/encode-decode-non-regression.sh index 5ddd25c445c..539b9129640 100755 --- a/qa/workunits/erasure-code/encode-decode-non-regression.sh +++ b/qa/workunits/erasure-code/encode-decode-non-regression.sh @@ -14,7 +14,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library Public License for more details. # -: ${CORPUS:=https://github.com/dachary/ceph-erasure-code-corpus.git} +: ${CORPUS:=https://github.com/ceph/ceph-erasure-code-corpus.git} : ${DIRECTORY:=../ceph-erasure-code-corpus} # when running from sources, the current directory must have precedence -- 2.47.3