]> Creatis software - clitk.git/blob - tests/fetch_data_test.sh
update of TOOLS_PATH in tests
[clitk.git] / tests / fetch_data_test.sh
1 #!/bin/sh
2 #
3 # arg[1] is TESTING_BINARY_DIR
4 # This script has been edited from itk/Modules/ThirdParty/NIFTI/src/nifti/Testing/nifti_regress_test/cmake_testscripts/fetch_data_test.sh
5 if cd $1
6 then
7   git pull
8 else
9   git clone $2 $1
10 fi
11 exit 0
12