Skip to content

Commit

Permalink
test: fix capz test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Dec 6, 2023
1 parent 7d7dfd4 commit dd480c0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/utils/smb_log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -e
cleanup() {
echo "hit unexpected error during log print, exit 0"
exit 0
}

trap cleanup ERR

NS=kube-system
CONTAINER=smb
Expand Down

0 comments on commit dd480c0

Please sign in to comment.