diff --git a/tests/batch.sh b/tests/batch.sh index e1c6392..4fcaad1 100755 --- a/tests/batch.sh +++ b/tests/batch.sh @@ -1,8 +1,6 @@ #!/bin/bash #该脚本在目录下为每个Cargo项目执行相同的命令直到报错 -set -e - cur=$(pwd) # 查找并编译当前目录下的所有 Rust 项目