X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tests%2Ffetch_data_test.sh;h=f516146d511b7520cb40db727290f92a673ecd2b;hb=a48894959f4e7df71c77c91da5e8723b2697a79c;hp=ce581b67187fe1eeb3abe444a94a20ab4f255942;hpb=11f25148d75dbc67302854b47cb26c8b1b0a553a;p=clitk.git diff --git a/tests/fetch_data_test.sh b/tests/fetch_data_test.sh index ce581b6..f516146 100755 --- a/tests/fetch_data_test.sh +++ b/tests/fetch_data_test.sh @@ -2,22 +2,11 @@ # # arg[1] is TESTING_BINARY_DIR # This script has been edited from itk/Modules/ThirdParty/NIFTI/src/nifti/Testing/nifti_regress_test/cmake_testscripts/fetch_data_test.sh -if [ $# -lt 1 ] -then -echo Missing Binary directory name -exit 1 -fi - -repo=http://localhost/data/.git - if cd $1 then -git pull + git pull else -git clone $repo $1 -exit 1 + git clone $2 $1 fi - - exit 0