Mercurial > hg
comparison tests/test-transaction-rollback-on-revlog-split.t @ 50334:2231f7d8a602 stable
test-tx-rollback: more lenient glob for kill status (issue6807)
The "killed" message may have some prefix and/or suffix which differ
depending on the platform.
This makes the pinned test output more lenient to accept those.
author | pacien <pacien.trangirard@pacien.net> |
---|---|
date | Wed, 05 Apr 2023 11:58:25 +0200 |
parents | 87f0155d68aa |
children | f930af431193 |
comparison
equal
deleted
inserted
replaced
50333:80784ac09460 | 50334:2231f7d8a602 |
---|---|
128 pulling from ../troffset-computation | 128 pulling from ../troffset-computation |
129 [255] | 129 [255] |
130 #else | 130 #else |
131 $ hg pull ../troffset-computation | 131 $ hg pull ../troffset-computation |
132 pulling from ../troffset-computation | 132 pulling from ../troffset-computation |
133 Killed | 133 *Killed* (glob) |
134 [137] | 134 [137] |
135 #endif | 135 #endif |
136 | 136 |
137 | 137 |
138 The inline revlog still exist, but a split version exist next to it | 138 The inline revlog still exist, but a split version exist next to it |
208 pulling from ../troffset-computation | 208 pulling from ../troffset-computation |
209 searching for changes | 209 searching for changes |
210 adding changesets | 210 adding changesets |
211 adding manifests | 211 adding manifests |
212 adding file changes | 212 adding file changes |
213 Killed | 213 *Killed* (glob) |
214 [137] | 214 [137] |
215 #endif | 215 #endif |
216 | 216 |
217 The inline revlog still exist, but a split version exist next to it | 217 The inline revlog still exist, but a split version exist next to it |
218 | 218 |
273 pulling from ../troffset-computation | 273 pulling from ../troffset-computation |
274 searching for changes | 274 searching for changes |
275 adding changesets | 275 adding changesets |
276 adding manifests | 276 adding manifests |
277 adding file changes | 277 adding file changes |
278 Killed | 278 *Killed* (glob) |
279 [137] | 279 [137] |
280 #endif | 280 #endif |
281 | 281 |
282 The inline revlog was over written on disk | 282 The inline revlog was over written on disk |
283 | 283 |