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 a00a43b commit 26da766Copy full SHA for 26da766
.github/workflows/vm.yml
@@ -42,7 +42,7 @@ jobs:
42
make olddefconfig
43
make headers
44
dnf install kernel -y
45
- vng -r /lib/modules/*/vmlinuz --cpus $(nproc) --qemu /usr/libexec/qemu-kvm --disable-microvm --force-initramfs -- uname -r && make kselftest SKIP_TARGETS="breakpoints lkdtm proc" | tee selftests-before.log
+ vng -r /lib/modules/*/vmlinuz --cpus $(nproc) --qemu /usr/libexec/qemu-kvm --disable-microvm --force-initramfs -- sh -c 'uname -r && make kselftest SKIP_TARGETS="breakpoints lkdtm proc"' | tee selftests-before.log
46
grep ^ok selftests-before.log | wc -l
47
#grep ^ok selftests-after.log | wc -l
48
0 commit comments