Skip to content

Commit

Permalink
Merge pull request rhinstaller#5048 from adamkankovsky/webui-liveos-t…
Browse files Browse the repository at this point in the history
…est-fixed-typo

webui: Fixed typo to launch Live OS ISO with test/webui_testvm.py script
  • Loading branch information
KKoukiou authored Aug 16, 2023
2 parents 6efa3ea + 530de4c commit 6cf29e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/webui/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ TEST_OS=fedora-rawhide-boot
PAYLOAD=fedora-rawhide-anaconda-payload
GITHUB_BASE=rhinstaller/anaconda
UPDATES_IMG=../../updates.img
TEST_LIVE_OS=fedora-rawhide-live-boot

export GITHUB_BASE
export TEST_OS
Expand Down Expand Up @@ -96,7 +97,7 @@ bots: tools/make-bots
cd test && ln -sf ../bots/images images

live-vm: bots $(UPDATES_IMG)
./test/testvm.py $(TEST_LIVE_OS)
./test/webui_testvm.py $(TEST_LIVE_OS)

prepare-test-deps: bots test/common payload

Expand Down

0 comments on commit 6cf29e2

Please sign in to comment.