1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

dump a list of all processes

This commit is contained in:
Stefan Lankes 2017-02-20 21:13:18 +01:00
parent 9bd2e57597
commit 86e6c876c7

View file

@ -25,7 +25,7 @@ script:
- if [ "$TRAVIS_BRANCH" != "master" ]; then make test; fi
- ls -la /tmp
- cat /tmp/hermit*
- ps -aux|grep qemu
- ps -aux
deploy:
on: master