]> Creatis software - clitk.git/commitdiff
obsolete since the user manually update his repo
authormpech <maxime.pech@insa-lyon.fr>
Fri, 22 Jul 2011 15:23:24 +0000 (17:23 +0200)
committermpech <maxime.pech@insa-lyon.fr>
Fri, 22 Jul 2011 15:23:24 +0000 (17:23 +0200)
tests/fetch_data_test.bat [deleted file]
tests/fetch_data_test.sh [deleted file]

diff --git a/tests/fetch_data_test.bat b/tests/fetch_data_test.bat
deleted file mode 100644 (file)
index 40272ab..0000000
+++ /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 (executable)
index f516146..0000000
+++ /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
-