We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a09761 commit 9403afdCopy full SHA for 9403afd
.travis.yml
@@ -27,6 +27,7 @@ jobs:
27
- ln -sf Vagrantfile.fedora33 Vagrantfile
28
- sudo vagrant up && sudo mkdir -p /root/.ssh && sudo sh -c "vagrant ssh-config >> /root/.ssh/config"
29
script:
30
+ - sudo ssh default 'sh -exc "uname -a && systemctl --version && df -T"'
31
- sudo ssh default -t 'cd /vagrant && sudo make localunittest'
32
# cgroupv2+systemd: test on vagrant host itself as we need systemd
33
- sudo ssh default -t 'cd /vagrant && sudo make localintegration RUNC_USE_SYSTEMD=yes'
0 commit comments