aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/do.sh.in4
1 files changed, 2 insertions, 2 deletions
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