tetst:add assert check in ci

This commit is contained in:
chenhaoran 2024-09-02 20:49:34 +08:00
parent b1efafc437
commit 932ed0c3a3
1 changed files with 2 additions and 2 deletions

View File

@ -423,8 +423,8 @@ pipeline {
echo "''' + env.FILE_CHANGED + '''" > ${WKDIR}/tmp/${BRANCH_NAME}_${BUILD_ID}/docs_changed.txt
'''
sh '''
cd ${WKC}/tests/parallel_test
python3 count_assert.py
cd ${WKC}/tests/ci
python3 count_assert.py
'''
sh '''
date