|
@@ -81,7 +81,7 @@ while [[ true ]]; do
|
|
|
fi
|
|
fi
|
|
|
if [[ "$n" != "0" ]]; then
|
|
if [[ "$n" != "0" ]]; then
|
|
|
cd "$CWD"
|
|
cd "$CWD"
|
|
|
- PROCFLAG="ootest$n"
|
|
|
|
|
|
|
+ PROCFLAG="ootest_"$keyspace"_$n"
|
|
|
endflag="$odbver end of test $n return"
|
|
endflag="$odbver end of test $n return"
|
|
|
ttt=`date +'%Y%m%d%H%M%S'`
|
|
ttt=`date +'%Y%m%d%H%M%S'`
|
|
|
check_odbserver() {
|
|
check_odbserver() {
|