From ec70081258b5eb3331a9f70761d80fb93f1ce363 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Thu, 4 Apr 2019 20:54:57 +0200 Subject: [PATCH] test-ldso: refine log pattern By adding a wildcard at the beginning of (expected) error messages, the test.run tool becomes able to match the lines (ignoring the characters of the color escape sequence). --- repos/libports/recipes/pkg/test-ldso/runtime | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repos/libports/recipes/pkg/test-ldso/runtime b/repos/libports/recipes/pkg/test-ldso/runtime index cba4d78dec..e2d8610ab1 100644 --- a/repos/libports/recipes/pkg/test-ldso/runtime +++ b/repos/libports/recipes/pkg/test-ldso/runtime @@ -36,13 +36,13 @@ [init -> test-ldso] lib_1_local_3 0x12345676* [init -> test-ldso] lib_1_pod_1 0x8070604d* [init -> test-ldso] Libc::read:* - [init -> test-ldso] Error: no plugin found for read(3)* + [init -> test-ldso] *Error: no plugin found for read(3)* [init -> test-ldso] Libc::abs(-10): 10* [init -> test-ldso] * [init -> test-ldso] Catch exceptions in program* [init -> test-ldso] ---------------------------* - [init -> test-ldso] Error: ROM-session creation failed (ram_quota=*, cap_quota=*, label="unknown_rom")* - [init -> test-ldso] Error: Could not open ROM session for "unknown_rom"* + [init -> test-ldso] *Error: ROM-session creation failed (ram_quota=*, cap_quota=*, label="unknown_rom")* + [init -> test-ldso] *Error: Could not open ROM session for "unknown_rom"* [init -> test-ldso] exception in remote procedure call: caught* [init -> test-ldso] exception in program: caught* [init -> test-ldso] exception in shared lib: caught*