diff options
-rw-r--r-- | tests/user-qemu.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/user-qemu.mk b/tests/user-qemu.mk index 0c470ba2..c658ca21 100644 --- a/tests/user-qemu.mk +++ b/tests/user-qemu.mk @@ -184,7 +184,8 @@ tests/test-%.iso: tests/module-% $(GNUMACH) $(srcdir)/tests/grub.cfg.single.temp -e "s/GNUMACHARGS/$(GNUMACH_ARGS)/g" \ -e "s/TEST_START_MARKER/$(TEST_START_MARKER)/g" \ >$(builddir)/tests/isofiles-$*/boot/grub/grub.cfg - cp $(GNUMACH) $< $(builddir)/tests/isofiles-$*/boot/gnumach + cp $(GNUMACH) $(builddir)/tests/isofiles-$*/boot/gnumach + cp $< $(builddir)/tests/isofiles-$*/boot/ grub-mkrescue -o $@ $(builddir)/tests/isofiles-$* rm -rf $(builddir)/tests/isofiles-$* |