CI test script: Fix test using copr repo.

Current code is passing copr repo string as `copr_repo` instead of
`$copr_repo`.

Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
Gris Ge 2019-06-18 23:17:43 +08:00
parent 9e47122b77
commit 1c70027b0e

View File

@ -255,7 +255,7 @@ CONTAINER_ID="$(docker run --privileged -d -v /sys/fs/cgroup:/sys/fs/cgroup:ro -
[ -n "$debug_exit_shell" ] && trap open_shell EXIT || trap run_exit EXIT
if [[ -v copr_repo ]];then
upgrade_nm_from_copr copr_repo
upgrade_nm_from_copr "${copr_repo}"
fi
if [[ -v customize_cmd ]];then