Skip to content

Commit

Permalink
Do not prevent errors in print_ucx_config
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Jan 31, 2024
1 parent 2a8495d commit 035c453
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/test_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ print_system_stats() {
print_ucx_config() {
rapids-logger "UCX Version and Build Configuration"

set +e
ucx_info -v
set -e
}


Expand Down

0 comments on commit 035c453

Please sign in to comment.