fix minor mistake.

This commit is contained in:
Shuduo Sang 2020-08-17 19:14:56 +08:00
parent 1f77b851f3
commit d74e39a978
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ function runTest {
-rowsPerRequest ${rowsPerRequest[$r]}" -rowsPerRequest ${rowsPerRequest[$r]}"
$TDTEST_DIR/tdengineTest \ $TDTEST_DIR/tdengineTest \
-dataDir $DATA_DIR \ -dataDir $DATA_DIR \
-numOfFiles 1 \ -numOfFiles $NUM_OF_FILES \
-w -clients $c \ -w -clients $c \
-rowsPerRequest ${rowsPerRequest[$r]} \ -rowsPerRequest ${rowsPerRequest[$r]} \
| tee $OUTPUT_FILE | tee $OUTPUT_FILE
@ -126,7 +126,7 @@ if $master ; then
WORK_DIR=/mnt/root/TDengine.master WORK_DIR=/mnt/root/TDengine.master
else else
echo "Test develop branch.." echo "Test develop branch.."
cp /mnt/root/cfg/10billion/taos.cfg /etc/taos/taos.cfg cp /mnt/root/cfg/develop/taos.cfg /etc/taos/taos.cfg
WORK_DIR=/mnt/root/TDengine WORK_DIR=/mnt/root/TDengine
fi fi