Skip to content

Commit a637b91

Browse files
committed
Updated the agent name to gentestcase
1 parent 8765f89 commit a637b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/gentestcase/generate_testcases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BITO_CMD_VEP=""
1414
BITO_VERSION=`$BITO_CMD -v | awk '{print $NF}'`
1515
# Compare BITO_VERSION to check if its greater than 3.7
1616
if awk "BEGIN {exit !($BITO_VERSION > 3.7)}"; then
17-
BITO_CMD_VEP="--agent create_code_doc"
17+
BITO_CMD_VEP="--agent gentestcase"
1818
fi
1919

2020

0 commit comments

Comments
 (0)