Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/tokyotyrant/files: fix_testsuite.patch
Date: Wed, 06 Jan 2010 23:27:02
Message-Id: E1NSfHH-0003Br-LV@stork.gentoo.org
1 patrick 10/01/06 23:26:59
2
3 Modified: fix_testsuite.patch
4 Log:
5 Fixing patch for #299901, thanks to Johan Bergstroem
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 net-misc/tokyotyrant/files/fix_testsuite.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tokyotyrant/files/fix_testsuite.patch?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tokyotyrant/files/fix_testsuite.patch?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tokyotyrant/files/fix_testsuite.patch?r1=1.2&r2=1.3
14
15 Index: fix_testsuite.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/tokyotyrant/files/fix_testsuite.patch,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- fix_testsuite.patch 20 Oct 2009 18:48:31 -0000 1.2
22 +++ fix_testsuite.patch 6 Jan 2010 23:26:59 -0000 1.3
23 @@ -1,104 +1,104 @@
24 ---- Makefile.in 2009-10-14 10:33:16.000000000 +0200
25 -+++ Makefile.in.new 2009-10-14 10:27:39.000000000 +0200
26 -@@ -166,48 +166,49 @@
27 -
28 -
29 - check :
30 -+ $(RUNENV) $(RUNCMD) ./ttserver -dmn -host 127.0.0.1 -port 19781 -pid /tmp/tttest.pid /tmp/tttest.tch
31 - $(RUNENV) $(RUNCMD) ./tcrmgr version
32 -- $(RUNENV) $(RUNCMD) ./tcrtest write -cnum 5 -tout 5 -rnd 127.0.0.1 50000
33 -- $(RUNENV) $(RUNCMD) ./tcrtest write -cnum 5 -tout 5 -nr -rnd 127.0.0.1 50000
34 -- $(RUNENV) $(RUNCMD) ./tcrtest write -cnum 5 -tout 5 127.0.0.1 50000
35 -- $(RUNENV) $(RUNCMD) ./tcrtest read -cnum 5 -tout 5 127.0.0.1
36 -- $(RUNENV) $(RUNCMD) ./tcrtest read -cnum 5 -tout 5 -mul 5 127.0.0.1
37 -- $(RUNENV) $(RUNCMD) ./tcrtest remove -cnum 5 -tout 5 127.0.0.1
38 -- $(RUNENV) $(RUNCMD) ./tcrtest rcat -cnum 5 -tout 5 127.0.0.1 50000
39 -- $(RUNENV) $(RUNCMD) ./tcrtest rcat -cnum 5 -tout 5 -shl 50 127.0.0.1 50000
40 -- $(RUNENV) $(RUNCMD) ./tcrmgr vanish 127.0.0.1
41 -- $(RUNENV) $(RUNCMD) ./tcrtest rcat -cnum 5 -tout 5 -dad 127.0.0.1 50000
42 -- $(RUNENV) $(RUNCMD) ./tcrtest rcat -cnum 5 -tout 5 -ext putcat -xlr 127.0.0.1 50000
43 -- $(RUNENV) $(RUNCMD) ./tcrtest misc -cnum 5 -tout 5 127.0.0.1 5000
44 -- $(RUNENV) $(RUNCMD) ./tcrtest wicked -cnum 5 -tout 5 127.0.0.1 5000
45 -- $(RUNENV) $(RUNCMD) ./tcrmgr inform 127.0.0.1
46 -- $(RUNENV) $(RUNCMD) ./tcrmgr vanish 127.0.0.1
47 -- $(RUNENV) $(RUNCMD) ./tcrmttest write -tnum 5 127.0.0.1 5000
48 -- $(RUNENV) $(RUNCMD) ./tcrmttest read -tnum 5 127.0.0.1
49 -- $(RUNENV) $(RUNCMD) ./tcrmttest remove -tnum 5 127.0.0.1
50 -- $(RUNENV) $(RUNCMD) ./tcrmttest write -tnum 5 -ext putcat -rnd 127.0.0.1 5000
51 -- $(RUNENV) $(RUNCMD) ./tcrmttest typical -tnum 5 127.0.0.1 5000
52 -- $(RUNENV) $(RUNCMD) ./tcrmgr vanish 127.0.0.1
53 -- $(RUNENV) $(RUNCMD) ./tcrmgr put 127.0.0.1 one first
54 -- $(RUNENV) $(RUNCMD) ./tcrmgr put 127.0.0.1 two second
55 -- $(RUNENV) $(RUNCMD) ./tcrmgr put -dk 127.0.0.1 three third
56 -- $(RUNENV) $(RUNCMD) ./tcrmgr put -dc 127.0.0.1 three third
57 -- $(RUNENV) $(RUNCMD) ./tcrmgr put -dc 127.0.0.1 three third
58 -- $(RUNENV) $(RUNCMD) ./tcrmgr put -dc 127.0.0.1 three third
59 -- $(RUNENV) $(RUNCMD) ./tcrmgr put 127.0.0.1 four fourth
60 -- $(RUNENV) $(RUNCMD) ./tcrmgr put -dk 127.0.0.1 five fifth
61 -- $(RUNENV) $(RUNCMD) ./tcrmgr out 127.0.0.1 one
62 -- $(RUNENV) $(RUNCMD) ./tcrmgr out 127.0.0.1 two
63 -- $(RUNENV) $(RUNCMD) ./tcrmgr get 127.0.0.1 three > check.out
64 -- $(RUNENV) $(RUNCMD) ./tcrmgr get 127.0.0.1 four > check.out
65 -- $(RUNENV) $(RUNCMD) ./tcrmgr get 127.0.0.1 five > check.out
66 -- $(RUNENV) $(RUNCMD) ./tcrmgr mget 127.0.0.1 one two three four five > check.out
67 -- $(RUNENV) $(RUNCMD) ./tcrmgr misc 127.0.0.1 putlist six sixth seven seventh
68 -- $(RUNENV) $(RUNCMD) ./tcrmgr misc 127.0.0.1 outlist six
69 -- $(RUNENV) $(RUNCMD) ./tcrmgr misc 127.0.0.1 getlist three four five six > check.out
70 -- $(RUNENV) $(RUNCMD) ./tcrmgr list -pv 127.0.0.1 > check.out
71 -- $(RUNENV) $(RUNCMD) ./tcrmgr list -pv -fm f 127.0.0.1 > check.out
72 -- $(RUNENV) $(RUNCMD) ./tcrmgr http -ih http://127.0.0.1:1978/five > check.out
73 -+ $(RUNENV) $(RUNCMD) ./tcrtest write -port 19781 -cnum 5 -tout 5 -rnd 127.0.0.1 50000
74 -+ $(RUNENV) $(RUNCMD) ./tcrtest write -port 19781 -cnum 5 -tout 5 -nr -rnd 127.0.0.1 50000
75 -+ $(RUNENV) $(RUNCMD) ./tcrtest write -port 19781 -cnum 5 -tout 5 127.0.0.1 50000
76 -+ $(RUNENV) $(RUNCMD) ./tcrtest read -port 19781 -cnum 5 -tout 5 127.0.0.1
77 -+ $(RUNENV) $(RUNCMD) ./tcrtest read -port 19781 -cnum 5 -tout 5 -mul 5 127.0.0.1
78 -+ $(RUNENV) $(RUNCMD) ./tcrtest remove -port 19781 -cnum 5 -tout 5 127.0.0.1
79 -+ $(RUNENV) $(RUNCMD) ./tcrtest rcat -port 19781 -cnum 5 -tout 5 127.0.0.1 50000
80 -+ $(RUNENV) $(RUNCMD) ./tcrtest rcat -port 19781 -cnum 5 -tout 5 -shl 50 127.0.0.1 50000
81 -+ $(RUNENV) $(RUNCMD) ./tcrmgr vanish -port 19781 127.0.0.1
82 -+ $(RUNENV) $(RUNCMD) ./tcrtest rcat -port 19781 -cnum 5 -tout 5 -dad 127.0.0.1 50000
83 -+ $(RUNENV) $(RUNCMD) ./tcrtest rcat -port 19781 -cnum 5 -tout 5 -ext putcat -xlr 127.0.0.1 50000
84 -+ $(RUNENV) $(RUNCMD) ./tcrtest misc -port 19781 -cnum 5 -tout 5 127.0.0.1 5000
85 -+ $(RUNENV) $(RUNCMD) ./tcrtest wicked -port 19781 -cnum 5 -tout 5 127.0.0.1 5000
86 -+ $(RUNENV) $(RUNCMD) ./tcrmgr inform -port 19781 127.0.0.1
87 -+ $(RUNENV) $(RUNCMD) ./tcrmgr vanish -port 19781 127.0.0.1
88 -+ $(RUNENV) $(RUNCMD) ./tcrmttest write -port 19781 -tnum 5 127.0.0.1 5000
89 -+ $(RUNENV) $(RUNCMD) ./tcrmttest read -port 19781 -tnum 5 127.0.0.1
90 -+ $(RUNENV) $(RUNCMD) ./tcrmttest remove -port 19781 -tnum 5 127.0.0.1
91 -+ $(RUNENV) $(RUNCMD) ./tcrmttest write -port 19781 -tnum 5 -ext putcat -rnd 127.0.0.1 5000
92 -+ $(RUNENV) $(RUNCMD) ./tcrmttest typical -port 19781 -tnum 5 127.0.0.1 5000
93 -+ $(RUNENV) $(RUNCMD) ./tcrmgr vanish -port 19781 127.0.0.1
94 -+ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 127.0.0.1 one first
95 -+ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 127.0.0.1 two second
96 -+ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 -dk 127.0.0.1 three third
97 -+ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 -dc 127.0.0.1 three third
98 -+ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 -dc 127.0.0.1 three third
99 -+ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 -dc 127.0.0.1 three third
100 -+ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 127.0.0.1 four fourth
101 -+ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 -dk 127.0.0.1 five fifth
102 -+ $(RUNENV) $(RUNCMD) ./tcrmgr out -port 19781 127.0.0.1 one
103 -+ $(RUNENV) $(RUNCMD) ./tcrmgr out -port 19781 127.0.0.1 two
104 -+ $(RUNENV) $(RUNCMD) ./tcrmgr get -port 19781 127.0.0.1 three > check.out
105 -+ $(RUNENV) $(RUNCMD) ./tcrmgr get -port 19781 127.0.0.1 four > check.out
106 -+ $(RUNENV) $(RUNCMD) ./tcrmgr get -port 19781 127.0.0.1 five > check.out
107 -+ $(RUNENV) $(RUNCMD) ./tcrmgr mget -port 19781 127.0.0.1 one two three four five > check.out
108 -+ $(RUNENV) $(RUNCMD) ./tcrmgr misc -port 19781 127.0.0.1 putlist six sixth seven seventh
109 -+ $(RUNENV) $(RUNCMD) ./tcrmgr misc -port 19781 127.0.0.1 outlist six
110 -+ $(RUNENV) $(RUNCMD) ./tcrmgr misc -port 19781 127.0.0.1 getlist three four five six > check.out
111 -+ $(RUNENV) $(RUNCMD) ./tcrmgr list -port 19781 -pv 127.0.0.1 > check.out
112 -+ $(RUNENV) $(RUNCMD) ./tcrmgr list -port 19781 -pv -fm f 127.0.0.1 > check.out
113 -+ $(RUNENV) $(RUNCMD) ./tcrmgr http -ih http://127.0.0.1:19781/five > check.out
114 - rm -rf ulog ; mkdir -p ulog
115 - $(RUNENV) $(RUNCMD) ./ttultest write -lim 10000 ulog 5000
116 - $(RUNENV) $(RUNCMD) ./ttultest write -lim 10000 -as ulog 5000
117 -@@ -215,6 +216,10 @@
118 - rm -rf ulog ; mkdir -p ulog
119 - $(RUNENV) $(RUNCMD) ./ttultest thread -lim 10000 ulog 5 5000
120 - $(RUNENV) $(RUNCMD) ./ttultest thread -lim 10000 -as ulog 5 5000
121 -+
122 -+ kill `cat /tmp/tttest.pid`
123 -+ rm /tmp/tttest.tch
124 -+
125 - @printf '\n'
126 - @printf '#================================================================\n'
127 - @printf '# Checking completed.\n'
128 \ No newline at end of file
129 +--- Makefile.in 2009-10-14 10:33:16.000000000 +0200
130 ++++ Makefile.in.new 2009-10-14 10:27:39.000000000 +0200
131 +@@ -166,48 +166,49 @@
132 +
133 +
134 + check :
135 ++ $(RUNENV) $(RUNCMD) ./ttserver -dmn -host 127.0.0.1 -port 19781 -pid /tmp/tttest.pid /tmp/tttest.tch
136 + $(RUNENV) $(RUNCMD) ./tcrmgr version
137 +- $(RUNENV) $(RUNCMD) ./tcrtest write -cnum 5 -tout 5 -rnd 127.0.0.1 50000
138 +- $(RUNENV) $(RUNCMD) ./tcrtest write -cnum 5 -tout 5 -nr -rnd 127.0.0.1 50000
139 +- $(RUNENV) $(RUNCMD) ./tcrtest write -cnum 5 -tout 5 127.0.0.1 50000
140 +- $(RUNENV) $(RUNCMD) ./tcrtest read -cnum 5 -tout 5 127.0.0.1
141 +- $(RUNENV) $(RUNCMD) ./tcrtest read -cnum 5 -tout 5 -mul 5 127.0.0.1
142 +- $(RUNENV) $(RUNCMD) ./tcrtest remove -cnum 5 -tout 5 127.0.0.1
143 +- $(RUNENV) $(RUNCMD) ./tcrtest rcat -cnum 5 -tout 5 127.0.0.1 50000
144 +- $(RUNENV) $(RUNCMD) ./tcrtest rcat -cnum 5 -tout 5 -shl 50 127.0.0.1 50000
145 +- $(RUNENV) $(RUNCMD) ./tcrmgr vanish 127.0.0.1
146 +- $(RUNENV) $(RUNCMD) ./tcrtest rcat -cnum 5 -tout 5 -dad 127.0.0.1 50000
147 +- $(RUNENV) $(RUNCMD) ./tcrtest rcat -cnum 5 -tout 5 -ext putcat -xlr 127.0.0.1 50000
148 +- $(RUNENV) $(RUNCMD) ./tcrtest misc -cnum 5 -tout 5 127.0.0.1 5000
149 +- $(RUNENV) $(RUNCMD) ./tcrtest wicked -cnum 5 -tout 5 127.0.0.1 5000
150 +- $(RUNENV) $(RUNCMD) ./tcrmgr inform 127.0.0.1
151 +- $(RUNENV) $(RUNCMD) ./tcrmgr vanish 127.0.0.1
152 +- $(RUNENV) $(RUNCMD) ./tcrmttest write -tnum 5 127.0.0.1 5000
153 +- $(RUNENV) $(RUNCMD) ./tcrmttest read -tnum 5 127.0.0.1
154 +- $(RUNENV) $(RUNCMD) ./tcrmttest remove -tnum 5 127.0.0.1
155 +- $(RUNENV) $(RUNCMD) ./tcrmttest write -tnum 5 -ext putcat -rnd 127.0.0.1 5000
156 +- $(RUNENV) $(RUNCMD) ./tcrmttest typical -tnum 5 127.0.0.1 5000
157 +- $(RUNENV) $(RUNCMD) ./tcrmgr vanish 127.0.0.1
158 +- $(RUNENV) $(RUNCMD) ./tcrmgr put 127.0.0.1 one first
159 +- $(RUNENV) $(RUNCMD) ./tcrmgr put 127.0.0.1 two second
160 +- $(RUNENV) $(RUNCMD) ./tcrmgr put -dk 127.0.0.1 three third
161 +- $(RUNENV) $(RUNCMD) ./tcrmgr put -dc 127.0.0.1 three third
162 +- $(RUNENV) $(RUNCMD) ./tcrmgr put -dc 127.0.0.1 three third
163 +- $(RUNENV) $(RUNCMD) ./tcrmgr put -dc 127.0.0.1 three third
164 +- $(RUNENV) $(RUNCMD) ./tcrmgr put 127.0.0.1 four fourth
165 +- $(RUNENV) $(RUNCMD) ./tcrmgr put -dk 127.0.0.1 five fifth
166 +- $(RUNENV) $(RUNCMD) ./tcrmgr out 127.0.0.1 one
167 +- $(RUNENV) $(RUNCMD) ./tcrmgr out 127.0.0.1 two
168 +- $(RUNENV) $(RUNCMD) ./tcrmgr get 127.0.0.1 three > check.out
169 +- $(RUNENV) $(RUNCMD) ./tcrmgr get 127.0.0.1 four > check.out
170 +- $(RUNENV) $(RUNCMD) ./tcrmgr get 127.0.0.1 five > check.out
171 +- $(RUNENV) $(RUNCMD) ./tcrmgr mget 127.0.0.1 one two three four five > check.out
172 +- $(RUNENV) $(RUNCMD) ./tcrmgr misc 127.0.0.1 putlist six sixth seven seventh
173 +- $(RUNENV) $(RUNCMD) ./tcrmgr misc 127.0.0.1 outlist six
174 +- $(RUNENV) $(RUNCMD) ./tcrmgr misc 127.0.0.1 getlist three four five six > check.out
175 +- $(RUNENV) $(RUNCMD) ./tcrmgr list -pv 127.0.0.1 > check.out
176 +- $(RUNENV) $(RUNCMD) ./tcrmgr list -pv -fm f 127.0.0.1 > check.out
177 +- $(RUNENV) $(RUNCMD) ./tcrmgr http -ih http://127.0.0.1:1978/five > check.out
178 ++ $(RUNENV) $(RUNCMD) ./tcrtest write -port 19781 -cnum 5 -tout 5 -rnd 127.0.0.1 50000
179 ++ $(RUNENV) $(RUNCMD) ./tcrtest write -port 19781 -cnum 5 -tout 5 -nr -rnd 127.0.0.1 50000
180 ++ $(RUNENV) $(RUNCMD) ./tcrtest write -port 19781 -cnum 5 -tout 5 127.0.0.1 50000
181 ++ $(RUNENV) $(RUNCMD) ./tcrtest read -port 19781 -cnum 5 -tout 5 127.0.0.1
182 ++ $(RUNENV) $(RUNCMD) ./tcrtest read -port 19781 -cnum 5 -tout 5 -mul 5 127.0.0.1
183 ++ $(RUNENV) $(RUNCMD) ./tcrtest remove -port 19781 -cnum 5 -tout 5 127.0.0.1
184 ++ $(RUNENV) $(RUNCMD) ./tcrtest rcat -port 19781 -cnum 5 -tout 5 127.0.0.1 50000
185 ++ $(RUNENV) $(RUNCMD) ./tcrtest rcat -port 19781 -cnum 5 -tout 5 -shl 50 127.0.0.1 50000
186 ++ $(RUNENV) $(RUNCMD) ./tcrmgr vanish -port 19781 127.0.0.1
187 ++ $(RUNENV) $(RUNCMD) ./tcrtest rcat -port 19781 -cnum 5 -tout 5 -dad 127.0.0.1 50000
188 ++ $(RUNENV) $(RUNCMD) ./tcrtest rcat -port 19781 -cnum 5 -tout 5 -ext putcat -xlr 127.0.0.1 50000
189 ++ $(RUNENV) $(RUNCMD) ./tcrtest misc -port 19781 -cnum 5 -tout 5 127.0.0.1 5000
190 ++ $(RUNENV) $(RUNCMD) ./tcrtest wicked -port 19781 -cnum 5 -tout 5 127.0.0.1 5000
191 ++ $(RUNENV) $(RUNCMD) ./tcrmgr inform -port 19781 127.0.0.1
192 ++ $(RUNENV) $(RUNCMD) ./tcrmgr vanish -port 19781 127.0.0.1
193 ++ $(RUNENV) $(RUNCMD) ./tcrmttest write -port 19781 -tnum 5 127.0.0.1 5000
194 ++ $(RUNENV) $(RUNCMD) ./tcrmttest read -port 19781 -tnum 5 127.0.0.1
195 ++ $(RUNENV) $(RUNCMD) ./tcrmttest remove -port 19781 -tnum 5 127.0.0.1
196 ++ $(RUNENV) $(RUNCMD) ./tcrmttest write -port 19781 -tnum 5 -ext putcat -rnd 127.0.0.1 5000
197 ++ $(RUNENV) $(RUNCMD) ./tcrmttest typical -port 19781 -tnum 5 127.0.0.1 5000
198 ++ $(RUNENV) $(RUNCMD) ./tcrmgr vanish -port 19781 127.0.0.1
199 ++ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 127.0.0.1 one first
200 ++ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 127.0.0.1 two second
201 ++ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 -dk 127.0.0.1 three third
202 ++ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 -dc 127.0.0.1 three third
203 ++ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 -dc 127.0.0.1 three third
204 ++ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 -dc 127.0.0.1 three third
205 ++ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 127.0.0.1 four fourth
206 ++ $(RUNENV) $(RUNCMD) ./tcrmgr put -port 19781 -dk 127.0.0.1 five fifth
207 ++ $(RUNENV) $(RUNCMD) ./tcrmgr out -port 19781 127.0.0.1 one
208 ++ $(RUNENV) $(RUNCMD) ./tcrmgr out -port 19781 127.0.0.1 two
209 ++ $(RUNENV) $(RUNCMD) ./tcrmgr get -port 19781 127.0.0.1 three > check.out
210 ++ $(RUNENV) $(RUNCMD) ./tcrmgr get -port 19781 127.0.0.1 four > check.out
211 ++ $(RUNENV) $(RUNCMD) ./tcrmgr get -port 19781 127.0.0.1 five > check.out
212 ++ $(RUNENV) $(RUNCMD) ./tcrmgr mget -port 19781 127.0.0.1 one two three four five > check.out
213 ++ $(RUNENV) $(RUNCMD) ./tcrmgr misc -port 19781 127.0.0.1 putlist six sixth seven seventh
214 ++ $(RUNENV) $(RUNCMD) ./tcrmgr misc -port 19781 127.0.0.1 outlist six
215 ++ $(RUNENV) $(RUNCMD) ./tcrmgr misc -port 19781 127.0.0.1 getlist three four five six > check.out
216 ++ $(RUNENV) $(RUNCMD) ./tcrmgr list -port 19781 -pv 127.0.0.1 > check.out
217 ++ $(RUNENV) $(RUNCMD) ./tcrmgr list -port 19781 -pv -fm f 127.0.0.1 > check.out
218 ++ $(RUNENV) $(RUNCMD) ./tcrmgr http -ih http://127.0.0.1:19781/five > check.out
219 + rm -rf ulog ; mkdir -p ulog
220 + $(RUNENV) $(RUNCMD) ./ttultest write -lim 10000 ulog 5000
221 + $(RUNENV) $(RUNCMD) ./ttultest write -lim 10000 -as ulog 5000
222 +@@ -215,6 +216,10 @@
223 + rm -rf ulog ; mkdir -p ulog
224 + $(RUNENV) $(RUNCMD) ./ttultest thread -lim 10000 ulog 5 5000
225 + $(RUNENV) $(RUNCMD) ./ttultest thread -lim 10000 -as ulog 5 5000
226 ++
227 ++ kill `cat /tmp/tttest.pid`
228 ++ rm /tmp/tttest.tch
229 ++
230 + @printf '\n'
231 + @printf '#================================================================\n'
232 + @printf '# Checking completed.\n'