Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <[email protected]>
  • Loading branch information
AenBleidd committed Dec 7, 2023
1 parent 467980d commit 2793958
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_test/installTestSuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2793958

Please sign in to comment.