]> 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)
committerGitHub <noreply@github.com>
Mon, 9 Dec 2024 02:08:34 +0000 (18:08 -0800)
commit7efa99bdb100cc5f32bb16324ef75920e49deaf4
treeed8cf77863fb38b6dcfb58922da98d49ea95e6f9
parent8ac45a813e78fe6f2f8c40f0219f106a7ff9a28f
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
```
test_utils/test_main.c