You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by md...@apache.org on 2018/05/23 20:21:45 UTC

[incubator-openwhisk-cli] branch master updated: Run unit and native tests separately (#304)

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

mdeuser 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 e8cc839  Run unit and native tests separately (#304)
e8cc839 is described below

commit e8cc839421e501c84b041248ebdf092499e1df12
Author: James Dubee <jw...@us.ibm.com>
AuthorDate: Wed May 23 16:21:41 2018 -0400

    Run unit and native tests separately (#304)
---
 tools/travis/test_openwhisk.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/travis/test_openwhisk.sh b/tools/travis/test_openwhisk.sh
index 095295b..9bad3d0 100755
--- a/tools/travis/test_openwhisk.sh
+++ b/tools/travis/test_openwhisk.sh
@@ -73,7 +73,8 @@ cd $TRAVIS_BUILD_DIR
 #
 #  Run Unit and native tests
 #
-./gradlew --console=plain --info goTest -PgoTags=unit,native
+./gradlew --console=plain --info goTest -PgoTags=unit
+./gradlew --console=plain --info goTest -PgoTags=native
 
 #
 #  Set up the OpenWhisk environment for integration testing

-- 
To stop receiving notification emails like this one, please contact
mdeuser@apache.org.