Commit 006c513b authored by qa_quantgroup's avatar qa_quantgroup

d

parent a4b7832b
#!/bin/bash
index=$2
host=$1
for i in {1..$2}
for i in `seq $2`
do
echo "第$i 个开始创建"
HOST=$host rspec /home/rspecs/spec/xianjindai/main_spec.rb -f doc --tag a
done
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