mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-42178 Fix lint
This commit is contained in:
parent
71768cd39c
commit
630bf59ad6
@ -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.`);
|
||||
|
Loading…
Reference in New Issue
Block a user