Skip to content

Commit

Permalink
test integration tests fix
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
  • Loading branch information
AenBleidd committed Aug 4, 2024
1 parent 2839b58 commit 313b12a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_test/installTestSuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ 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 -C "${PREFIX}" checkout origin/vko_switch_to_docker_compose_v2
if [ $? -ne 0 ]; then exit 1; fi
fi

Expand Down

0 comments on commit 313b12a

Please sign in to comment.