From e31806d4e62c38c41794991b3955f44738db7781 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Wed, 26 Jul 2017 08:41:46 +0200 Subject: [PATCH] dde_rump: fix rump_iso test The run script did not consider the routing for the environment ROM sessions for the test-iso component. It routed all ROM sessions - including the ones for the executable and the dynamic linker - to fs_rom. The patch also adds the cap quota definitions required since version 17.05 and fixes a whitespace inconsistency between the test program and the run script. Thanks to Steven Harp for reporting! --- repos/dde_rump/run/rump_iso.run | 8 ++++---- repos/os/src/test/iso/main.cc | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/repos/dde_rump/run/rump_iso.run b/repos/dde_rump/run/rump_iso.run index eebc34876..14b704e9b 100644 --- a/repos/dde_rump/run/rump_iso.run +++ b/repos/dde_rump/run/rump_iso.run @@ -7,7 +7,6 @@ if {[have_spec arm]} { # set mkisofs [check_installed mkisofs] -# # # Build # @@ -41,6 +40,7 @@ append config { + @@ -50,7 +50,7 @@ append config { - + @@ -61,8 +61,9 @@ append config { + - + @@ -92,7 +93,6 @@ set boot_modules { fs.iso fs_rom } - build_boot_image $boot_modules append qemu_args "-nographic " diff --git a/repos/os/src/test/iso/main.cc b/repos/os/src/test/iso/main.cc index ed52af5b1..46761a5d4 100644 --- a/repos/os/src/test/iso/main.cc +++ b/repos/os/src/test/iso/main.cc @@ -42,8 +42,6 @@ struct Hexdump off += j * sizeof(unsigned long); print(out, "\n"); } - - print(out, "\n"); } };