Skip to content

Commit be281e9

Browse files
committed
Build all tests
1 parent 9fcd05d commit be281e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building-spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ If you are building PySpark and wish to run the PySpark tests you will need to b
225225
If you are building PySpark with SBT and wish to run the PySpark tests, you will need to build Spark with Hive support and also build the test components:
226226

227227
./build/sbt -Phive clean package
228-
./build/sbt sql/test:compile
228+
./build/sbt test:compile
229229
./python/run-tests
230230

231231
The run-tests script also can be limited to a specific Python version or a specific module

0 commit comments

Comments
 (0)