X Tutup
Skip to content

Commit 89ecc88

Browse files
committed
update tests/utils.sh
1 parent 5becaa2 commit 89ecc88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/utils.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ else
2929
sudo=""
3030
fi
3131

32+
set +o pipefail
3233
spark_home="$(ls -d tests/spark-*-bin-hadoop* 2>/dev/null | head -n 1)"
34+
set -o pipefail
3335
if [ -n "$spark_home" ]; then
3436
export SPARK_HOME="$spark_home"
3537
fi

0 commit comments

Comments
 (0)
X Tutup