mirror of
https://github.com/everett7623/nodeloc_vps_test.git
synced 2024-11-10 18:15:19 +00:00
Update nodeloc_vps_autotest_yabs.sh
This commit is contained in:
parent
f2638f3d97
commit
cb05ef83a5
@ -164,7 +164,7 @@ $yabs_result
|
|||||||
[/tabs]"
|
[/tabs]"
|
||||||
|
|
||||||
echo "$result" > results.md
|
echo "$result" > results.md
|
||||||
echo -e "${GREEN}结果已保存到 results.md 文件中。${NC}"
|
echo -e "${YELLOW}结果已保存到 results.md 文件中。${NC}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# 主函数
|
# 主函数
|
||||||
@ -172,9 +172,9 @@ main() {
|
|||||||
install_dependencies
|
install_dependencies
|
||||||
show_welcome
|
show_welcome
|
||||||
run_all_tests
|
run_all_tests
|
||||||
echo -e "${GREEN}所有测试完成。点击屏幕任意位置复制结果。${NC}"
|
echo -e "${YELLOW}所有测试完成,可到results.md复制到Nodeloc使用。${NC}"
|
||||||
read -n 1 -s
|
read -n 1 -s
|
||||||
echo "最终结果文件内容:" >&2
|
echo "最终测试结果如下:" >&2
|
||||||
cat results.md >&2
|
cat results.md >&2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user