Skip to content

Commit 4c2c5ec

Browse files
committed
run install step for libmongocrypt
1 parent e04053f commit 4c2c5ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/test/compilecheck/compile_check_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ func TestCompileCheck(t *testing.T) {
139139
{"apt-get", "update"},
140140
{"apt-get", "install", "-y", "libkrb5-dev", "cmake", "libssl-dev", "git", "pkg-config"},
141141
{"bash", "/driver/etc/install-libmongocrypt.sh"},
142+
{"sh", "-c", "test -d install || test -d /cygdrive/c/libmongocrypt/bin"},
142143
}
143144

144145
for _, cmd := range installCmds {

0 commit comments

Comments
 (0)