Skip to content

Commit a754444

Browse files
committed
updated tests/help.sh
1 parent a83ed6a commit a754444

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/help.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ cd "$srcdir/..";
2020

2121
. tests/travis.sh
2222

23+
export SPARK_HOME="$(ls -d tests/spark-*-bin-hadoop* | head -n 1)"
24+
2325
for x in $(echo *.pl *.py *.rb 2>/dev/null); do
2426
[[ "$x" =~ ^\* ]] && continue
2527
set +e

0 commit comments

Comments
 (0)