1 parent a0242dd commit 225e70bCopy full SHA for 225e70b
1 file changed
src/test/suite/suiteTestUtils.ts
@@ -34,7 +34,7 @@ async function assertRunningUnix(
34
processName: string,
35
expectedCount: number,
36
): Promise<void> {
37
- const command = `ps -x | grep -v grep | grep -c "${processName}"`;
+ const command = `ps -x | grep -v grep | grep -v sh | grep -c "${processName}"`;
38
let count = 0;
39
try {
40
const { stdout } = await exec(command);
0 commit comments