Update nodeloc_vps_autotest.sh

This commit is contained in:
Jensfrank 2024-06-26 22:00:47 +08:00 committed by GitHub
parent 9ee06c0732
commit 387a87c963
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,14 +131,14 @@ show_welcome() {
echo "7. 单线程测试" echo "7. 单线程测试"
echo "8. 回程路由" echo "8. 回程路由"
echo "" echo ""
echo -e "${RED}按任意键开始测试,测试时间较长,请耐心等待...${NC}" echo -e "${RED}按任意键开始测试...${NC}"
read -n 1 -s read -n 1 -s
clear clear
} }
# 运行所有测试 # 运行所有测试
run_all_tests() { run_all_tests() {
echo -e "${RED}开始运行测试...${NC}" echo -e "${RED}开始测试,测试时间较长,请耐心等待...${NC}"
# YABS # YABS
echo -e "运行${YELLOW}YABS...${NC}" echo -e "运行${YELLOW}YABS...${NC}"