From 035c45352f9dd23c717bc5c66811be8652b2a591 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Wed, 31 Jan 2024 06:54:56 -0800 Subject: [PATCH] Do not prevent errors in `print_ucx_config` --- ci/test_common.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/test_common.sh b/ci/test_common.sh index 5eed7ae8..2fbc2c17 100755 --- a/ci/test_common.sh +++ b/ci/test_common.sh @@ -24,9 +24,7 @@ print_system_stats() { print_ucx_config() { rapids-logger "UCX Version and Build Configuration" - set +e ucx_info -v - set -e }