We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83ed6a commit a754444Copy full SHA for a754444
tests/help.sh
@@ -20,6 +20,8 @@ cd "$srcdir/..";
20
21
. tests/travis.sh
22
23
+export SPARK_HOME="$(ls -d tests/spark-*-bin-hadoop* | head -n 1)"
24
+
25
for x in $(echo *.pl *.py *.rb 2>/dev/null); do
26
[[ "$x" =~ ^\* ]] && continue
27
set +e
0 commit comments