0 Star 1 Fork 2

Kurisu/ssh-utils

forked from openEuler/ssh-utils 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 680 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kurisu 提交于 2024-08-29 18:08 . chore: wrong make name in Makefile.
.PHONY: test ssh_test
test:
@echo "Running regular tests..."
cargo test
ssh_test:
@echo "Please enter the following information for integration tests:"
@read -p "SSH username: " ssh_user && \
read -p "SSH key path: " ssh_key_path && \
read -p "SSH server address: " ssh_addr && \
stty -echo && \
read -p "SSH password: " ssh_password && \
stty echo && \
echo && \
export SSH_TEST_USER="$$ssh_user" && \
export SSH_TEST_KEY_PATH="$$ssh_key_path" && \
export SSH_TEST_ADDR="$$ssh_addr" && \
export SSH_TEST_PASSWORD="$$ssh_password" && \
echo "Running integration tests..." && \
cargo test --features integration_tests -- --nocapture
build:
cargo build --release
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/YukinoCoco/ssh-utils.git
git@gitee.com:YukinoCoco/ssh-utils.git
YukinoCoco
ssh-utils
ssh-utils
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385