Skip to content

Commit 8fd8873

Browse files
OrKoNDevtools-frontend LUCI CQ
authored andcommitted
Add shell:true to set_lpac_acls.py calls
Bug: none Change-Id: I87a75c2b0488ff1dcfe71236a0a00b3c03055258 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6049063 Commit-Queue: Alex Rudenko <[email protected]> Auto-Submit: Alex Rudenko <[email protected]> Reviewed-by: Jack Franklin <[email protected]>
1 parent 96f74f6 commit 8fd8873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conductor/test_config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function configureChrome(executablePath: string) {
9191
path.join(SOURCE_ROOT, 'scripts', 'deps', 'set_lpac_acls.py'),
9292
path.dirname(executablePath),
9393
],
94-
{encoding: 'utf-8', stdio: 'inherit'});
94+
{encoding: 'utf-8', stdio: 'inherit', shell: true});
9595
if (result.error || (result.status ?? 1) !== 0) {
9696
throw new Error('Setting permissions failed: ' + result.error?.message);
9797
}

0 commit comments

Comments
 (0)