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 <[email protected]>
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
[email protected].