From b59994fa208663dce604ba0b7ee537228bba83a9 Mon Sep 17 00:00:00 2001 From: Toni Date: Sat, 3 Feb 2024 11:53:49 +0100 Subject: Completly disable all pthread related code in the library if `USE_GLOBAL_CONTEXT` macro is not defined. (#2302) Signed-off-by: Toni Uhlig --- tests/do.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/do.sh.in b/tests/do.sh.in index dde8587f9..086e03c9c 100755 --- a/tests/do.sh.in +++ b/tests/do.sh.in @@ -103,7 +103,7 @@ check_results() { done fi if [ $SKIP_PCAP -eq 1 ]; then - printf "%-32s\tSKIPPED\n" "$f" + printf "%-48s\tSKIPPED\n" "$f" continue fi @@ -165,7 +165,7 @@ for d in $(find ./cfgs/* -type d -maxdepth 0 2>/dev/null) ; do done fi if [ $SKIP_CFG -eq 1 ]; then - printf "Configuration \""$(basename $d)"\" \tSKIPPED\n" + printf "Configuration \""$(basename $d)"\" %-18s\tSKIPPED\n" continue fi -- cgit v1.2.3