Skip to content

Commit

Permalink
add more info
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 committed Mar 4, 2024
1 parent 4787cae commit a52b8e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/.ci/java_sdk_demo_ci_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,14 @@ contract_test()
LOG_INFO "addBalance to account ${account}"
bash console.sh addBalance ${account} 10000000000

LOG_INFO "Test default mode"
LOG_INFO "\n=====> Test default mode"
check_all_contract

LOG_INFO "Test serial: set feature_dmc2serial"
LOG_INFO "\n=====> Test serial: set feature_dmc2serial"
bash console.sh setSystemConfigByKey feature_dmc2serial 1
check_all_contract

LOG_INFO "Test sharding: set feature_sharding"
LOG_INFO "\n=====> Test sharding: set feature_sharding"
bash console.sh setSystemConfigByKey feature_sharding 1
check_all_contract
}
Expand Down

0 comments on commit a52b8e0

Please sign in to comment.