From 34690f5ba45c5d67f8a59ecb09c40da07481c40f Mon Sep 17 00:00:00 2001 From: bptato Date: Sun, 23 Jun 2024 13:44:25 +0200 Subject: test: print running test names to the same line --- test/layout/run_layout_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/layout') 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" -- cgit 1.4.1-2-gfad0