This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 83de20e Fix package for system basic tests (#4138)
83de20e is described below
commit 83de20ef2b7ef383a5708b59f36ba38e4cc279a8
Author: Chetan Mehrotra <[email protected]>
AuthorDate: Wed Nov 28 19:03:37 2018 +0530
Fix package for system basic tests (#4138)
---
tests/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/build.gradle b/tests/build.gradle
index 648b112..e427d72 100644
--- a/tests/build.gradle
+++ b/tests/build.gradle
@@ -96,7 +96,7 @@ ext.testSets = [
],
"REQUIRE_SYSTEM_BASIC" : [
"includes" : [
- "org/apache/openwhisk/testEntities/system/basic/**"
+ "system/basic/**"
]
]
]