We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8765f89 commit a637b91Copy full SHA for a637b91
unittests/gentestcase/generate_testcases.sh
@@ -14,7 +14,7 @@ BITO_CMD_VEP=""
14
BITO_VERSION=`$BITO_CMD -v | awk '{print $NF}'`
15
# Compare BITO_VERSION to check if its greater than 3.7
16
if awk "BEGIN {exit !($BITO_VERSION > 3.7)}"; then
17
- BITO_CMD_VEP="--agent create_code_doc"
+ BITO_CMD_VEP="--agent gentestcase"
18
fi
19
20
0 commit comments