Skip to content

Commit

Permalink
containers/unit-tests: Don't break verbatim command
Browse files Browse the repository at this point in the history
This is completely unimportant, it should only trigger a container
refresh in the PR.
  • Loading branch information
martinpitt committed Aug 23, 2023
1 parent 6420297 commit c3b756c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions containers/unit-tests/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c3b756c

Please sign in to comment.