clean up crash_gen

This commit is contained in:
liuyq-617 2021-02-06 11:01:10 +08:00
parent 230bcee1e0
commit f27a35d11c
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -175,6 +175,7 @@ pipeline {
sh '''
cd ${WKC}/tests/pytest
rm -rf /var/lib/taos/*
rm -rf /var/log/taos/*
./handle_crash_gen_val_log.sh
'''
}