about summary refs log tree commit diff stats
path: root/test/js
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/js
parent041ebc4534088e5d550e9cc628a17c93ca087d2b (diff)
downloadchawan-34690f5ba45c5d67f8a59ecb09c40da07481c40f.tar.gz
test: print running test names to the same line
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"
='author Kartik Agaram <vc@akkartik.com> 2018-09-22 00:32:03 -0700 committer Kartik Agaram <vc@akkartik.com> 2018-09-22 00:32:03 -0700 4588' href='/akkartik/mu/commit/html/subx/examples/ex9.subx.html?h=main&id=1a4de9dd58201bb57a07ea931d1764064fc52e64'>1a4de9dd ^
e4ac3c9e ^
1a4de9dd ^
14a38052 ^





























81605224 ^
14a38052 ^








39d718af ^
14a38052 ^










1a4de9dd ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117