From d1fa54962813292250970b4544cf601996d9bfed Mon Sep 17 00:00:00 2001 From: Sebastian Sumpf Date: Wed, 22 Feb 2017 13:57:48 +0100 Subject: [PATCH] libports: adjust lwip and ldso scripts to new API --- repos/libports/run/ldso.run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repos/libports/run/ldso.run b/repos/libports/run/ldso.run index 226be9af3..b73c1a5e9 100644 --- a/repos/libports/run/ldso.run +++ b/repos/libports/run/ldso.run @@ -41,6 +41,7 @@ run_genode_until {child ".*" exited with exit value 123.*\n} 10 # pay only attention to the output of init and its children grep_output {^\[init } unify_output {\[init \-\> test\-ldso\] upgrading quota donation for .* \([0-9]+ bytes\)} "" +unify_output {ram_quota=[0-9]+} "ram_quota=UNIFIED" trim_lines compare_output_to { @@ -81,7 +82,7 @@ compare_output_to { [init -> test-ldso] Catch exceptions in program [init -> test-ldso] --------------------------- [init -> test-ldso] exception in remote procedure call: -[init -> test-ldso] Error: ROM-session creation failed (ram_quota=4096, label="unknown_file") +[init -> test-ldso] Error: ROM-session creation failed (ram_quota=UNIFIED, label="unknown_file") [init -> test-ldso] Error: Could not open ROM session for "unknown_file" [init -> test-ldso] caught [init -> test-ldso] exception in program: caught