Skip to content

Commit fb515de

Browse files
committed
xxx
1 parent 8181840 commit fb515de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

integration-test/riscv/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ run: | build
1919
-monitor none \
2020
-no-reboot \
2121
-nodefaults \
22-
-serial file:serial.qemu.mmio-riscv.txt
22+
-serial file:serial.qemu.mmio-riscv.txt; \
2323
rc=$$? ; \
2424
if [ $$rc -ne 0 ]; then \
2525
echo "QEMU RISC-V MMIO Test Run Failed. rc=$$rc" >&2 ; \

integration-test/x86/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ run_chv: | build
4040
--console off \
4141
--debug-console tty \
4242
--serial file=serial.chv.pio.txt \
43-
--kernel target/x86-unknown-none/release/kernel-x86.elf64
43+
--kernel target/x86-unknown-none/release/kernel-x86.elf64; \
4444
rc=$$? ; \
4545
if [ $$rc -ne 0 ]; then \
4646
echo "Cloud Hypervisor Test Run Failed. rc=$$rc" >&2 ; \

0 commit comments

Comments
 (0)