When the deploy-qemu script is run with less than 2 arguments, it ended with error, instead of printing usage. This was due to using 'set -u' and trying to expand unset variables "$1" and "$2" as part of checking if they were provided. The issue has been fixed by checking number of provided arguments, instead of their content. The same approach is used in 'deploy-openstack' script. Signed-off-by: Tomas Hozza <thozza@redhat.com> |
||
|---|---|---|
| .. | ||
| deploy/test | ||
| test-case-generators | ||
| clouddot_build_deploy.sh | ||
| deploy-openstack | ||
| deploy-qemu | ||
| gen-user-data | ||
| image-info | ||
| koji-compose.py | ||
| libvirt_test.sh | ||
| prepare-source.sh | ||
| provision.sh | ||
| run-koji-container.sh | ||