Skip to content

Commit

Permalink
Fix hurl
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Sabaini <[email protected]>
  • Loading branch information
sabaini committed Nov 22, 2024
1 parent 45862c6 commit 522d415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/actionutils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ function install_hurl() {

function hurl() {
echo "Running hurl $@"
sudo hurl --unix-socket --test /var/snap/microceph/common/state/control.socket "$@"
sudo hurl --unix-socket /var/snap/microceph/common/state/control.socket --test /var/snap/microceph/common/state/control.socket "$@"
}

function upgrade_multinode() {
Expand Down

0 comments on commit 522d415

Please sign in to comment.