]> git.ipfire.org Git - thirdparty/libarchive.git/commit
ci: make skipped tests more obvious (#2430)
authorMostyn Bramley-Moore <mostyn@antipode.se>
Mon, 9 Dec 2024 02:08:34 +0000 (03:08 +0100)
committerMartin Matuska <martin@matuska.de>
Tue, 11 Mar 2025 09:26:02 +0000 (10:26 +0100)
commit4757f1eb251e41fb31f8305250a97877194efd5f
tree0b2ac3490396d231390e2694618c6fd4fa73a8a7
parent700b3a09ec36fba955bc7d147e76656fc335b426
ci: make skipped tests more obvious (#2430)

Previously skipped tests were reported like this when running the *_test
binaries:
```
 4: test_acl_platform_nfs4                                          ok (S)
```

Let's make this more obvious:
```
  4: test_acl_platform_nfs4                                         skipped
```

(cherry picked from commit 7efa99bdb100cc5f32bb16324ef75920e49deaf4)
test_utils/test_main.c