Skip to content

Commit

Permalink
webui: Fixed typo to launch Live OS ISO with test/webui_testvm.py script
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkankovsky committed Aug 15, 2023
1 parent 8a923f0 commit 530de4c
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 530de4c

Please sign in to comment.