This is an automated email from the ASF dual-hosted git repository.
junchao pushed a commit to branch patch-2
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/patch-2 by this push:
new 2dfa9bd6 add config
2dfa9bd6 is described below
commit 2dfa9bd622ea2008c2cccf71c328b6550ddbf0fc
Author: Ubuntu <[email protected]>
AuthorDate: Fri Jul 12 06:41:02 2024 +0000
add config
---
.licenserc.yaml | 4 ++++
executor/contract/manager/contract_manager_test.cpp | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 19df76cc..ed65ba5a 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -11,6 +11,10 @@ header:
- 'WORKSPACE'
- '**/*.conf'
- '**/*.config'
+ - '**/*.json'
+ - '**/*.sol'
+ - '**/*.pri'
+ - '**/*.pub'
diff --git a/executor/contract/manager/contract_manager_test.cpp
b/executor/contract/manager/contract_manager_test.cpp
index 23746b49..32540bd4 100644
--- a/executor/contract/manager/contract_manager_test.cpp
+++ b/executor/contract/manager/contract_manager_test.cpp
@@ -34,7 +34,7 @@ using ::testing::Test;
const std::string test_dir = std::string(getenv("TEST_SRCDIR")) + "/" +
std::string(getenv("TEST_WORKSPACE")) +
- "/service/contract/executor/manager/";
+ "/executor/contract/manager/";
Address get_random_address() { return AddressManager().CreateRandomAddress(); }