about summary refs log tree commit diff stats
path: root/test/layout
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-06-23 13:44:25 +0200
committerbptato <nincsnevem662@gmail.com>2024-06-23 13:47:32 +0200
commit34690f5ba45c5d67f8a59ecb09c40da07481c40f (patch)
tree14b5e9ba90125fc6c2408761908046c6527becf4 /test/layout
parent041ebc4534088e5d550e9cc628a17c93ca087d2b (diff)
downloadchawan-34690f5ba45c5d67f8a59ecb09c40da07481c40f.tar.gz
test: print running test names to the same line
Diffstat (limited to 'test/layout')
-rwxr-xr-xtest/layout/run_layout_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/layout/run_layout_tests.sh b/test/layout/run_layout_tests.sh
index 6a6c7e4f..2e2bfa7b 100755
--- a/test/layout/run_layout_tests.sh
+++ b/test/layout/run_layout_tests.sh
@@ -4,7 +4,7 @@ then	test -f ../../cha && CHA_TEST_BIN=../../cha || CHA_TEST_BIN=cha
 fi
 failed=0
 for h in *.html
-do	printf '%s\n' "$h"
+do	printf '%s\r' "$h"
 	expected="$(basename "$h" .html).expected"
 	color_expected="$(basename "$h" .html).color.expected"
 	if test -f "$expected"