mbox series

[testsuite,0/4] Bump Fedora versions in CI

Message ID 20221208132522.309657-1-omosnace@redhat.com (mailing list archive)
Headers show
Series Bump Fedora versions in CI | expand

Message

Ondrej Mosnacek Dec. 8, 2022, 1:25 p.m. UTC
...and massage the code to satisfy the latest perltidy and -Wall -Werror
with latest libselinux (plus other minor fixes found along the way).

Ondrej Mosnacek (4):
  tests: adapt style to new perltidy
  tests: use correct type for context string variables
  tests/execshare: remove special cases for arcane architectures
  ci: bump Fedora versions

 .github/workflows/checks.yml                  |  4 +-
 tests/bounds/thread.c                         | 17 +++----
 tests/dyntrace/parent.c                       | 13 +++---
 tests/dyntrans/parent.c                       |  9 ++--
 tests/execshare/parent.c                      | 16 ++-----
 tests/exectrace/parent.c                      | 13 +++---
 tests/filesystem/check_mount_context.c        | 13 +++---
 tests/filesystem/create_file_change_context.c | 46 +++++++++----------
 tests/filesystem/fs_relabel.c                 | 10 ++--
 tests/filesystem/test                         |  2 +-
 tests/fs_filesystem/test                      |  2 +-
 tests/inherit/parent.c                        |  9 ++--
 tests/keys/keyring_service.c                  | 15 +++---
 tests/prlimit/parent.c                        |  9 ++--
 tests/setnice/parent.c                        |  9 ++--
 tests/tun_tap/tun_common.c                    |  4 +-
 tests/tun_tap/tun_common.h                    |  2 +-
 tests/tun_tap/tun_relabel.c                   |  3 +-
 18 files changed, 99 insertions(+), 97 deletions(-)

Comments

Ondrej Mosnacek Dec. 12, 2022, 3:04 p.m. UTC | #1
On Thu, Dec 8, 2022 at 2:25 PM Ondrej Mosnacek <omosnace@redhat.com> wrote:
>
> ...and massage the code to satisfy the latest perltidy and -Wall -Werror
> with latest libselinux (plus other minor fixes found along the way).
>
> Ondrej Mosnacek (4):
>   tests: adapt style to new perltidy
>   tests: use correct type for context string variables
>   tests/execshare: remove special cases for arcane architectures
>   ci: bump Fedora versions
>
>  .github/workflows/checks.yml                  |  4 +-
>  tests/bounds/thread.c                         | 17 +++----
>  tests/dyntrace/parent.c                       | 13 +++---
>  tests/dyntrans/parent.c                       |  9 ++--
>  tests/execshare/parent.c                      | 16 ++-----
>  tests/exectrace/parent.c                      | 13 +++---
>  tests/filesystem/check_mount_context.c        | 13 +++---
>  tests/filesystem/create_file_change_context.c | 46 +++++++++----------
>  tests/filesystem/fs_relabel.c                 | 10 ++--
>  tests/filesystem/test                         |  2 +-
>  tests/fs_filesystem/test                      |  2 +-
>  tests/inherit/parent.c                        |  9 ++--
>  tests/keys/keyring_service.c                  | 15 +++---
>  tests/prlimit/parent.c                        |  9 ++--
>  tests/setnice/parent.c                        |  9 ++--
>  tests/tun_tap/tun_common.c                    |  4 +-
>  tests/tun_tap/tun_common.h                    |  2 +-
>  tests/tun_tap/tun_relabel.c                   |  3 +-
>  18 files changed, 99 insertions(+), 97 deletions(-)
>
> --
> 2.38.1
>

This series is now applied.