Skip to content

Instantly share code, notes, and snippets.

View Icemap's full-sized avatar

Cheese Icemap

View GitHub Profile
#! /usr/bin/env bash
func() {
echo "Usage:"
echo " integration_test.sh -n test_name -w workspace -t test_cmd"
exit 1
}
while getopts 'hw:n:t:' OPT; do
case $OPT in
#! /usr/bin/env bash
func() {
echo "Usage:"
echo " integration_prepare.sh -k tikv_sha1 -p pd_sha1 -d tidb_sha1 -w workspace"
exit 1
}
while getopts 'hk:p:d:w:' OPT; do
case $OPT in