Skip to content

Commit 807a570

Browse files
committed
Enable shell when running tests
1 parent 34d56fe commit 807a570

File tree

1 file changed

+2
-0
lines changed
  • packages/compass-smoke-tests/src

1 file changed

+2
-0
lines changed

packages/compass-smoke-tests/src/cli.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ function runTest({ appName, appPath }: RunTestOptions) {
218218
'--test-filter=time-to-first-query',
219219
],
220220
{
221+
// We need to use a shell to get environment variables setup correctly
222+
shell: true,
221223
env: {
222224
...process.env,
223225
COMPASS_APP_NAME: appName,

0 commit comments

Comments
 (0)