From: mpech Date: Fri, 22 Jul 2011 15:23:24 +0000 (+0200) Subject: obsolete since the user manually update his repo X-Git-Tag: v1.3.0~274^2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=cbd1fd38ff1782f4a06dc4d8133abfbaf17c929d;p=clitk.git obsolete since the user manually update his repo --- diff --git a/tests/fetch_data_test.bat b/tests/fetch_data_test.bat deleted file mode 100644 index 40272ab..0000000 --- a/tests/fetch_data_test.bat +++ /dev/null @@ -1,3 +0,0 @@ -# take in arguments the folder to pull in -# get repo's name -# run git pull diff --git a/tests/fetch_data_test.sh b/tests/fetch_data_test.sh deleted file mode 100755 index f516146..0000000 --- a/tests/fetch_data_test.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# -# 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 cd $1 -then - git pull -else - git clone $2 $1 -fi -exit 0 -