about summary refs log tree commit diff stats
path: root/test/js
diff options
context:
space:
mode:
Diffstat (limited to 'test/js')
-rwxr-xr-xtest/js/run_js_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/js/run_js_tests.sh b/test/js/run_js_tests.sh
index 8e1adeb3..2a3f7be8 100755
--- a/test/js/run_js_tests.sh
+++ b/test/js/run_js_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"
 	if ! "$CHA_TEST_BIN" -C config.toml "$h" | diff all.expected -
 	then	failed=$(($failed+1))
 		printf 'FAIL: %s\n' "$h"