devops(ci): remove debug output for webkit tests

This commit is contained in:
Andrey Lushnikov 2020-01-17 20:13:44 -08:00
parent f2a5f63930
commit 29bfb3fa11

View file

@ -32,9 +32,10 @@ jobs:
- name: npm install, build, and test - name: npm install, build, and test
run: | run: |
npm install npm install
pushd .local-webkit/$(ls .local-webkit)/minibrowser-wpe; ls -1 | grep -v pw_run.sh | LD_LIBRARY_PATH=$PWD xargs ldd; popd # The following logs LDD status of all webkit-wpe shared objects and executables.
# pushd .local-webkit/$(ls .local-webkit)/minibrowser-wpe; ls -1 | grep -v pw_run.sh | LD_LIBRARY_PATH=$PWD xargs ldd; popd
npm run build npm run build
DUMPIO=1 xvfb-run --auto-servernum npm run wunit xvfb-run --auto-servernum npm run wunit
env: env:
CI: true CI: true