Skip to content

Commit 4c7484f

Browse files
committed
Fix readme test command
Signed-off-by: Felipe Pessoto <[email protected]>
1 parent 49f2625 commit 4c7484f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ To execute tests, run
127127

128128
To execute a single test suite, run
129129

130-
build/sbt 'testOnly org.apache.spark.sql.delta.optimize.OptimizeCompactionSuite'
130+
build/sbt spark/'testOnly org.apache.spark.sql.delta.optimize.OptimizeCompactionSQLSuite'
131131

132132
To execute a single test within and a single test suite, run
133133

134-
build/sbt 'testOnly *.OptimizeCompactionSuite -- -z "optimize command: on partitioned table - all partitions"'
134+
build/sbt spark/'testOnly *.OptimizeCompactionSQLSuite -- -z "optimize command: on partitioned table - all partitions"'
135135

136136
Refer to [SBT docs](https://www.scala-sbt.org/1.x/docs/Command-Line-Reference.html) for more commands.
137137

0 commit comments

Comments
 (0)