Skip to content

Commit 927f344

Browse files
author
Bin Wang
authored
Update test command in README (#605)
In this PR (apache/openwhisk#4777) ActivationLogsTests are excluded when testing against kubernetes. But the test command here does not reflect this change.
1 parent e875038 commit 927f344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ replaced by the values returned by `wsk property get --apihost` and
344344
`wsk property get --auth` respectively.
345345
```shell
346346
cd $OPENWHISK_HOME
347-
./gradlew :tests:testSystemBasic -Dwhisk.auth=$WHISK_AUTH -Dwhisk.server=https://$WHISK_SERVER -Dopenwhisk.home=`pwd`
347+
./gradlew :tests:testSystemKCF -Dwhisk.auth=$WHISK_AUTH -Dwhisk.server=https://$WHISK_SERVER -Dopenwhisk.home=`pwd`
348348
```
349349
You can also launch the system tests as JUnit test from an IDE by
350350
adding the same system properties to the JVM command line used to

0 commit comments

Comments
 (0)