Skip to content

Commit

Permalink
libports: adjust lwip and ldso scripts to new API
Browse files Browse the repository at this point in the history
  • Loading branch information
ssumpf committed Feb 22, 2017
1 parent 639cb88 commit 20d1ecd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion repos/libports/run/ldso.run
Expand Up @@ -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 {
Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions repos/libports/run/lwip.run
Expand Up @@ -79,9 +79,8 @@ set config {
<start name="test-lwip_httpsrv">
<resource name="RAM" quantum="5M"/>
<config>
<libc stdout="/dev/log" stderr="/dev/log">
<vfs> <dir name="dev"> <log/> </dir> </vfs>
</libc>
<vfs> <dir name="dev"> <log/> </dir> </vfs>
<libc stdout="/dev/log" stderr="/dev/log" />
</config>
</start>}

Expand Down

0 comments on commit 20d1ecd

Please sign in to comment.