summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b63fa27..c9eb674 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ test: $(TEST_HDD) $(KERNEL_BIN) $(INITRD_TAR) $(SYSROOTDIR)
sudo umount $(TEST_HDD_DIR)
sudo losetup -d $$LOOPBACK_DEV
sudo rm -rf $(TEST_HDD_DIR)
- qemu-system-x86_64 -m 512M -M q35 -bios ovmf-x64/OVMF.fd -net none -smp 4 -hda test.hdd -serial stdio -no-shutdown -no-reboot -s -d int -d guest_errors
+ qemu-system-x86_64 -m 512M -M q35 -bios ovmf-x64/OVMF.fd -net none -smp 4 -hda test.hdd -serial stdio -no-shutdown -no-reboot -s
.PHONY: $(TEST_HDD)
$(TEST_HDD):