This is an automated email from the ASF dual-hosted git repository.
houshengbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 4f274d3 Filter the tests to run wsk related tests only
4f274d3 is described below
commit 4f274d30171a90dc2d4df2592892c3b60c19ccd3
Author: Vincent Hou <[email protected]>
AuthorDate: Thu May 11 13:16:48 2017 -0400
Filter the tests to run wsk related tests only
---
tools/travis/install_openwhisk.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/travis/install_openwhisk.sh
b/tools/travis/install_openwhisk.sh
index 3b728c4..a5ae763 100755
--- a/tools/travis/install_openwhisk.sh
+++ b/tools/travis/install_openwhisk.sh
@@ -29,8 +29,9 @@ $ANSIBLE_CMD wipe.yml
$ANSIBLE_CMD openwhisk.yml
# Copy the binary generated into the OPENWHISK_HOME/bin, so that the test
cases will run based on it.
+mkdir -p $WHISKDIR/bin
cp $TRAVIS_BUILD_DIR/wsk $WHISKDIR/bin
# Run the test cases under openwhisk to ensure the quality of the binary.
cd $WHISKDIR
-./gradlew :tests:testLean
+./gradlew :tests:test -Dtest.single=Wsk*Tests*
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].