You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by dr...@apache.org on 2022/09/06 17:44:39 UTC

[tvm] 02/08: Update tests/scripts/task_config_build_c906.sh

This is an automated email from the ASF dual-hosted git repository.

driazati pushed a commit to branch csinn_jenkins
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 1b5e177a2233da369bb523386be8bf916e8ccf80
Author: alter-xp <xp...@linux.alibaba.com>
AuthorDate: Wed Aug 31 09:49:08 2022 +0800

    Update tests/scripts/task_config_build_c906.sh
    
    Co-authored-by: driazati <94...@users.noreply.github.com>
---
 tests/scripts/task_config_build_c906.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/scripts/task_config_build_c906.sh b/tests/scripts/task_config_build_c906.sh
index 9488558acf..68f1cd4ae4 100755
--- a/tests/scripts/task_config_build_c906.sh
+++ b/tests/scripts/task_config_build_c906.sh
@@ -16,8 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-set -e
-set -u
+set -euxo pipefail
 
 BUILD_DIR=$1
 mkdir -p "$BUILD_DIR"