Commit 0a9c6b50 authored by qa_quantgroup's avatar qa_quantgroup

add new script

parent 120fc1a3
#!/bin/bash
index=$2
host=$1
for i in {1..$2}
do
HOST=$host rspec 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