summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2025-04-28 15:06:32 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-04-28 15:06:32 +0200
commit780d2561b24aa317bbdf84effda177d775f852af (patch)
tree40b06f12d9c5b138c833c3739e8df57757367fef
parent4401af9bcc5dc95c0d58b3b0750e81f964b66314 (diff)
tests: Also support test kernel not being called gnumach
-rw-r--r--tests/user-qemu.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/user-qemu.mk b/tests/user-qemu.mk
index e620d68d..0c470ba2 100644
--- a/tests/user-qemu.mk
+++ b/tests/user-qemu.mk
@@ -184,7 +184,7 @@ 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/
+ cp $(GNUMACH) $< $(builddir)/tests/isofiles-$*/boot/gnumach
grub-mkrescue -o $@ $(builddir)/tests/isofiles-$*
rm -rf $(builddir)/tests/isofiles-$*