[TD-1676]fix Jenkinsfile error

This commit is contained in:
liuyq-617 2020-10-13 16:46:46 +08:00
parent 5d4aca0926
commit 8f7cac1f0d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -104,7 +104,7 @@ pipeline {
cmake .. > /dev/null
make > /dev/null
cd ${WKC}/tests/pytest
./start_valgrind.sh 2>&1 > mem-error-out.log
./valgrind-test.sh 2>&1 > mem-error-out.log
grep \'start to execute\\|ERROR SUMMARY\' mem-error-out.log|grep -v \'grep\'|uniq|tee uniq-mem-error-out.log
for memError in `grep \'ERROR SUMMARY\' uniq-mem-error-out.log | awk \'{print $4}\'`