diff --git a/test/make-tags.sh b/test/make-tags.sh index a265ccd..f3bb515 100755 --- a/test/make-tags.sh +++ b/test/make-tags.sh @@ -1,7 +1,9 @@ #!/usr/bin/sh set -ux -KOJI="koji --server=http://localhost:8080/kojihub --user=kojiadmin --password=kojipass --authtype=password" +KOJI_SERVER=${KOJI_SERVER:-http://localhost:8080/kojihub} + +KOJI="koji --server=${KOJI_SERVER} --user=kojiadmin --password=kojipass --authtype=password" $KOJI add-tag f32 $KOJI add-tag --parent f32 f32-candidate