Skip to content

Commit

Permalink
Merge pull request #5105 from HuijingHei/kolet-path
Browse files Browse the repository at this point in the history
test: update kolet path to `/usr/local/bin`
  • Loading branch information
HuijingHei authored Sep 27, 2024
2 parents d20cfb1 + 546ceae commit 157130c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kolainst/destructive/container-image
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ case "${AUTOPKGTEST_REBOOT_MARK:-}" in
cd ${td}
arch=$(arch)
# TODO close race here around webserver readiness
(cd ${KOLA_EXT_DATA}/rpm-repos/0 && ~core/kolet httpd) &
(cd ${KOLA_EXT_DATA}/rpm-repos/0 && /usr/local/bin/kolet httpd) &
while ! curl -q http://127.0.0.1; do sleep 1; done
cat >local.repo << 'EOF'
[local]
Expand Down

0 comments on commit 157130c

Please sign in to comment.