Commit 2f6c9600 authored by hezhengjun's avatar hezhengjun

add test script

parent 7ff09d6f
This diff is collapsed.
#!/usr/bin/env bash
source "./allRelayerTest.sh"
function x2Ethereum() {
if [ "${2}" == "init" ]; then
return
elif [ "${2}" == "config" ]; then
return
elif [ "${2}" == "test" ]; then
echo "========================== x2Ethereum test =========================="
set +e
set -x
MainTest 1
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