Skip to content

Commit 92a6021

Browse files
committed
Change setup-system to test from DET branch
1 parent 3e8abff commit 92a6021

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/setup-system.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ fi
4747

4848
# Ensure a checkout of drivers-tools.
4949
if [ ! -d "$DRIVERS_TOOLS" ]; then
50-
git clone https://github.com/mongodb-labs/drivers-evergreen-tools $DRIVERS_TOOLS
50+
#git clone https://github.com/mongodb-labs/drivers-evergreen-tools $DRIVERS_TOOLS
51+
git clone -b perfcomp https://github.com/zhouselena/drivers-evergreen-tools.git $DRIVERS_TOOLS
5152
fi
5253

5354
# Write the .env file for drivers-tools.

0 commit comments

Comments
 (0)