chore: remove duplicate word in comments

Signed-off-by: Abirdcfly Fu <fp544037857@gmail.com>
This commit is contained in:
Abirdcfly
2022-08-29 10:43:55 +08:00
parent bf8cdc2918
commit dcfaa30ba2
7 changed files with 9 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ cd "${ROOT}"
# FOCUS focuses the test to run.
FOCUS=${FOCUS:-""}
# REPORT_DIR is the the directory to store test logs.
# REPORT_DIR is the directory to store test logs.
if [ $IS_WINDOWS -eq 0 ]; then
REPORT_DIR=${REPORT_DIR:-"/tmp/test-integration"}
else