Skip to content

Commit

Permalink
Merge pull request #703 from andyzhangx/fix-capz-test-failure
Browse files Browse the repository at this point in the history
test: fix capz test failure
  • Loading branch information
andyzhangx committed Dec 6, 2023
2 parents 7d7dfd4 + dd480c0 commit 7094724
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 7094724

Please sign in to comment.