tetst:add assert check in ci
This commit is contained in:
parent
cbc2849122
commit
b1efafc437
|
@ -424,7 +424,7 @@ pipeline {
|
||||||
'''
|
'''
|
||||||
sh '''
|
sh '''
|
||||||
cd ${WKC}/tests/parallel_test
|
cd ${WKC}/tests/parallel_test
|
||||||
./run_check_assert_container.sh -d ${WKDIR}
|
python3 count_assert.py
|
||||||
'''
|
'''
|
||||||
sh '''
|
sh '''
|
||||||
date
|
date
|
||||||
|
|
Loading…
Reference in New Issue