This is an automated email from the ASF dual-hosted git repository.

srowen pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new fe3e503  Replace test-only to testOnly in Developer tools page
fe3e503 is described below

commit fe3e5037d2eef83da136b9f8c66e7e2d6904d2d4
Author: HyukjinKwon <gurwls...@apache.org>
AuthorDate: Thu Oct 15 18:15:03 2020 -0500

    Replace test-only to testOnly in Developer tools page
    
    See also https://github.com/apache/spark/pull/30028. After SBT was upgraded 
to 1.3, `test-only` should be `testOnly`.
    
    Author: HyukjinKwon <gurwls...@apache.org>
    
    Closes #295 from HyukjinKwon/test-only-sbt-upgrade.
---
 developer-tools.md        | 2 +-
 site/developer-tools.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/developer-tools.md b/developer-tools.md
index 0078538..9d82a25 100644
--- a/developer-tools.md
+++ b/developer-tools.md
@@ -267,7 +267,7 @@ it's due to a classpath issue (some classes were probably 
not compiled). To fix
 sufficient to run a test from the command line:
 
 ```
-build/sbt "test-only org.apache.spark.rdd.SortingSuite"
+build/sbt "testOnly org.apache.spark.rdd.SortingSuite"
 ```
 
 <h3>Running Different Test Permutations on Jenkins</h3>
diff --git a/site/developer-tools.html b/site/developer-tools.html
index 86918d8..b9ecb5e 100644
--- a/site/developer-tools.html
+++ b/site/developer-tools.html
@@ -447,7 +447,7 @@ java.lang.NullPointerException
 it&#8217;s due to a classpath issue (some classes were probably not compiled). 
To fix this, it 
 sufficient to run a test from the command line:</p>
 
-<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>build/sbt "test-only org.apache.spark.rdd.SortingSuite"
+<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>build/sbt "testOnly org.apache.spark.rdd.SortingSuite"
 </code></pre></div></div>
 
 <h3>Running Different Test Permutations on Jenkins</h3>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to