Commit 3c067b87 authored by vipwzw's avatar vipwzw Committed by 33cn

auto ci

parent 8a21a23d
...@@ -106,8 +106,8 @@ function updata_relayer_toml_rpc() { ...@@ -106,8 +106,8 @@ function updata_relayer_toml_rpc() {
function copyErrLogs() { function copyErrLogs() {
if [ -n "$CASE_ERR" ]; then if [ -n "$CASE_ERR" ]; then
# shellcheck disable=SC2116 # shellcheck disable=SC2116
dirNameFa=$( echo ~ ) dirNameFa=$(echo ~)
dirName="$dirNameFa/x2ethereumlogs" dirName="$dirNameFa/x2ethereumlogs"
if [ ! -d "${dirName}" ]; then if [ ! -d "${dirName}" ]; then
...@@ -116,7 +116,7 @@ function copyErrLogs() { ...@@ -116,7 +116,7 @@ function copyErrLogs() {
fi fi
for name in A B C D; do for name in A B C D; do
cp "./x2ethereum/$name/ebrelayer.log" "$dirName/rpc_ebrelayer$name.log" cp "./x2ethereum/$name/ebrelayer.log" "$dirName/rpc_ebrelayer$name.log"
done done
docker cp "${NODE3}":/root/logs/chain33.log "$dirName/rpc_chain33.log" docker cp "${NODE3}":/root/logs/chain33.log "$dirName/rpc_chain33.log"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment