diff --git a/integration_test/installTestSuite.sh b/integration_test/installTestSuite.sh index af6d81ebe84..4125ee7d8f9 100755 --- a/integration_test/installTestSuite.sh +++ b/integration_test/installTestSuite.sh @@ -96,7 +96,8 @@ fi if [ -d "$PREFIX" ]; then echo "$PREFIX already exists. Will not clone but use it instead." else - git clone https://github.com/BOINC/boinc-server-test.git "${PREFIX}" + git clone https://github.com/AenBleidd/boinc-server-test.git "${PREFIX}" + git -C "${PREFIX}" checkout origin/vko_fix_integration_tests if [ $? -ne 0 ]; then exit 1; fi fi