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

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 927f344  Update test command in README (#605)
927f344 is described below

commit 927f344c24a00c369c14d350724e867ca938b6da
Author: Bin Wang <[email protected]>
AuthorDate: Thu Jun 18 09:08:34 2020 -0400

    Update test command in README (#605)
    
    In this PR (https://github.com/apache/openwhisk/pull/4777) 
ActivationLogsTests are excluded when testing against kubernetes. But the test 
command here does not reflect this change.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 259c767..930875a 100644
--- a/README.md
+++ b/README.md
@@ -344,7 +344,7 @@ replaced by the values returned by `wsk property get 
--apihost` and
 `wsk property get --auth` respectively.
 ```shell
 cd $OPENWHISK_HOME
-./gradlew :tests:testSystemBasic -Dwhisk.auth=$WHISK_AUTH 
-Dwhisk.server=https://$WHISK_SERVER -Dopenwhisk.home=`pwd`
+./gradlew :tests:testSystemKCF -Dwhisk.auth=$WHISK_AUTH 
-Dwhisk.server=https://$WHISK_SERVER -Dopenwhisk.home=`pwd`
 ```
 You can also launch the system tests as JUnit test from an IDE by
 adding the same system properties to the JVM command line used to

Reply via email to