Skip to content

Commit

Permalink
test: update kolet path to /usr/local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
HuijingHei committed Sep 26, 2024
1 parent d20cfb1 commit 546ceae
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 546ceae

Please sign in to comment.