Commit 87098c06 authored by jerrrrry's avatar jerrrrry
Browse files

Update run_envcheck.sh

parent ae83e70f
......@@ -48,7 +48,7 @@ echo "==================== RCCL-TEST ===================="
cd /workspace/test/env_check_outputs
if command -v git &>/dev/null && command -v make &>/dev/null; then
if [ ! -d rccl-tests ]; then
if [ ! -d rccl-test ]; then
git clone http://developer.sourcefind.cn/codes/jerrrrry/rccl-test.git || exit 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