Skip to content

Commit 7c77ff9

Browse files
committed
Remove output filter that was swallowing non-zero exit codes for test failures.
1 parent d94826b commit 7c77ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dev/scalastyle
4949
echo "========================================================================="
5050
echo "Running Spark unit tests"
5151
echo "========================================================================="
52-
sbt/sbt assembly test | grep -v -e "info.*Resolving" -e "warn.*Merging" -e "info.*Including"
52+
sbt/sbt assembly test
5353

5454
echo "========================================================================="
5555
echo "Running PySpark tests"

0 commit comments

Comments
 (0)