summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-16 11:44:49 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-16 11:44:49 -0600
commit1f02825b60124fd9f048f6857902dff154da5300 (patch)
treed407a37589164490c162d996f6fec08d1a2613f1 /src
parent3e8eda648d6f45cea261638ae59818cacf0d2fdd (diff)
downloadgroff-git-1f02825b60124fd9f048f6857902dff154da5300.tar.gz
[tests]: Send progress to standard error stream.
* src/roff/groff/tests/device_control_escapes_express_basic_latin.sh: Send progress updates to standard error stream.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/roff/groff/tests/device_control_escapes_express_basic_latin.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/roff/groff/tests/device_control_escapes_express_basic_latin.sh b/src/roff/groff/tests/device_control_escapes_express_basic_latin.sh
index 99d1cee44..0bc308e5e 100755
--- a/src/roff/groff/tests/device_control_escapes_express_basic_latin.sh
+++ b/src/roff/groff/tests/device_control_escapes_express_basic_latin.sh
@@ -34,14 +34,14 @@ check_char () {
description=$3
device=$4
printf 'checking conversion of \%s to %s (%s) on device %s' \
- "$sc" "$output" "$description" "$device"
+ "$sc" "$output" "$description" "$device" >&2
if ! printf "\\X#\\%s %s#\n" "$sc" "$desc" | "$groff" -T$device -Z \
| grep -Fqx 'x X '$output' '
then
- printf '...failed'
+ printf '...failed' >&2
fail=yes
fi
- printf '\n'
+ printf '\n' >&2
}
for device in utf8 html