Skip to content

Commit bec8e4e

Browse files
committed
ci: debug
Signed-off-by: Ray Lee <hburaylee@gmail.com>
1 parent a688340 commit bec8e4e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/base.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ if [ ! -d kvm-dmesg-ci ]; then
2323
git clone https://github.com/rayylee/kvm-dmesg-ci -b master
2424
fi
2525

26-
ls /dev/kvm -alh
27-
ls /bin/qemu-system-x86_64 -alh
28-
ls kvm-dmesg-ci/kernels/centos7.0/vmlinuz-3.10.0-123.el7.x86_64 -alh
29-
30-
31-
/bin/qemu-system-x86_64 -kernel kvm-dmesg-ci/kernels/centos7.0/vmlinuz-3.10.0-123.el7.x86_64 \
32-
-nographic -no-reboot -append console=ttyS0 -m 1G -smp 1 \
33-
-qmp unix:/tmp/qmp.sock,server,nowait -monitor unix:/tmp/mon.sock,server,nowait -accel kvm -cpu host
34-
3526
python3 base.py
3627

3728
exit 0

0 commit comments

Comments
 (0)