Propergate errors from build scripts so CI doesn't silently fail

[ROCm/rocshmem commit: 4ad24b5aab]
This commit is contained in:
Yiltan Temucin
2024-11-13 14:29:41 -06:00
parent 97bac1004f
commit eebb42950a
19 changed files with 19 additions and 4 deletions
@@ -1,5 +1,6 @@
#!/bin/bash
# Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved.
set -e
if [ -z $1 ]
then