Move the --farm flag to farm build command

The option `farm` which is used to specify the farm to be used, is moved to farm build command from farm command.

closes #20752

Signed-off-by: Chetan Giradkar <cgiradka@redhat.com>
This commit is contained in:
Chetan Giradkar
2023-11-28 15:50:27 +00:00
parent 06c41b614d
commit 31df9c237e
5 changed files with 27 additions and 23 deletions

View File

@@ -17,7 +17,7 @@ load helpers.bash
empty_farm="empty-farm"
# create an empty farm
run_podman farm create $empty_farm
run_podman farm --farm $empty_farm build -t $iname $PODMAN_TMPDIR
run_podman farm build --farm $empty_farm -t $iname $PODMAN_TMPDIR
assert "$output" =~ "Local builder ready"
# get the system architecture