Skip to content

Commit

Permalink
mantle/kola: add -o pipefail to one of the scripts in iscsi test
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed May 7, 2024
1 parent dcf3f71 commit 4f7f345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mantle/cmd/kola/resources/iscsi_butane_setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ storage:
contents:
inline: |
#!/bin/bash
set -euxo
set -euxo pipefail
# Mount the iscsi target
iscsiadm --mode discovery --type sendtargets --portal 127.0.0.1 --login
# Give a bit of time to udev to create the persistent names paths
Expand Down

0 comments on commit 4f7f345

Please sign in to comment.