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:
parent
9bd2e57597
commit
86e6c876c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue