stdout pipe
This commit is contained in:
1
client/playwright.config.ts
vendored
1
client/playwright.config.ts
vendored
@@ -69,6 +69,7 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
|
|
||||||
webServer: {
|
webServer: {
|
||||||
|
stdout: process.env.CI ? 'pipe' : 'ignore',
|
||||||
command: process.env.CI
|
command: process.env.CI
|
||||||
? '/tmp/adguard/AdGuardHome --local-frontend -v'
|
? '/tmp/adguard/AdGuardHome --local-frontend -v'
|
||||||
: 'rm -f AdGuardHome.yaml && sudo ./AdGuardHome --local-frontend -v',
|
: 'rm -f AdGuardHome.yaml && sudo ./AdGuardHome --local-frontend -v',
|
||||||
|
|||||||
Reference in New Issue
Block a user