Skip to content

Commit

Permalink
Merge pull request #416 from KKoukiou/docs-infra-improvements
Browse files Browse the repository at this point in the history
Some infrastructure and documentation improvements
  • Loading branch information
KKoukiou authored Aug 30, 2024
2 parents 5b12ff6 + 5bd8065 commit 2f0bca8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ payload: bots
images: bots
bots/image-download $(TEST_OS) debian-stable ubuntu-stable

$(UPDATES_IMG): bots
$(UPDATES_IMG): prepare-test-deps
test/prepare-updates-img

create-updates.img: bots
Expand Down
6 changes: 1 addition & 5 deletions test/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ To run the WebUI integration tests run the following from the root of the anacon
(do NOT run the integration tests as root).

OSTree based systems (SilverBlue etc.) can use toolbx.
See `<../../../CONTRIBUTING.rst#setting-up-development-container>`_.

Then download test dependencies::

make prepare-test-deps
See `<../HACKING.rst#setting-up-development-container>`_.

Prepare an updates.img containing the anaconda-webui RPM and its dependencies::

Expand Down
1 change: 0 additions & 1 deletion test/run
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
set -eux

make codecheck
make prepare-test-deps
make create-updates.img

RUN_OPTS=""
Expand Down

0 comments on commit 2f0bca8

Please sign in to comment.