0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
Ben Caimano 2019-07-26 16:31:58 -04:00
parent 71768cd39c
commit 630bf59ad6

View File

@ -41,7 +41,8 @@
version is ${glibc_version}, skipping this test.`);
return;
} else {
var verCheck = runProgram("grep", "/etc/os-release", "\"SUSE Linux Enterprise Server\"")
var verCheck =
runProgram("grep", "/etc/os-release", "\"SUSE Linux Enterprise Server\"");
if (verCheck == 0) {
jsTestLog(`HOSTALIASES does not seem to work as expected but we detected SLES. GLIBC
version is ${glibc_version}, skipping this test.`);