Skip to content

Commit

Permalink
chore: remove --enable-logging, causing issues on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Oct 10, 2018
1 parent 19e02cd commit a5c3091
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ steps-tests: &steps-tests
command: |
cd src
export ELECTRON_OUT_DIR=Default
(cd electron && npm run test -- --ci --enable-logging)
(cd electron && npm run test -- --ci)
- run:
name: Check test results existence
command: |
Expand Down
2 changes: 1 addition & 1 deletion vsts-arm-test-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ steps:

- bash: |
cd src
./out/Default/electron electron/spec --ci --enable-logging
./out/Default/electron electron/spec --ci
displayName: 'Run Electron tests'
timeoutInMinutes: 10

Expand Down
2 changes: 1 addition & 1 deletion vsts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
- bash: |
export ELECTRON_OUT_DIR=Default
(cd src/electron && npm run test -- --ci --enable-logging)
(cd src/electron && npm run test -- --ci)
displayName: Run Electron test suite
timeoutInMinutes: 10
Expand Down

0 comments on commit a5c3091

Please sign in to comment.