From c3b756c4bad3cfa9efd9b0e90ea64a520d8352c5 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 23 Aug 2023 10:34:36 +0200 Subject: [PATCH] containers/unit-tests: Don't break verbatim command This is completely unimportant, it should only trigger a container refresh in the PR. --- containers/unit-tests/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/containers/unit-tests/README.md b/containers/unit-tests/README.md index 4b954d550d09..743559397028 100644 --- a/containers/unit-tests/README.md +++ b/containers/unit-tests/README.md @@ -1,9 +1,9 @@ # Cockpit unit test container -This container has all build dependencies and toolchains (GCC and clang) that -we want to exercise Cockpit with, mostly for `make distcheck` and `make -check-memory`. This container runs on [GitHub](.github/workflows/unit-tests.yml), -but can be easily run locally too. +This container has all build dependencies and toolchains (GCC and clang) that we +want to exercise Cockpit with, mostly for `make distcheck` and `make check-memory`. +This container runs on [GitHub](.github/workflows/unit-tests.yml), but can be easily +run locally too. It assumes that the Cockpit source git checkout is available in `/source`. It will not modify that directory or take uncommitted changes into account, but it