[why] -e will cause process exit when return code is not 0, only use when debugging, so remove it.
Signed-off-by: Liu Yinsi liuyinsi@163.com --- tests/deploy-cci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/deploy-cci b/tests/deploy-cci index 6f97d7151..102cc751c 100755 --- a/tests/deploy-cci +++ b/tests/deploy-cci @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/sh # SPDX-License-Identifier: MulanPSL-2.0+ # Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved.