[TD-2596]<test>clean python sql

This commit is contained in:
liuyq-617 2020-12-29 10:20:10 +08:00
parent 55c4e1c1e8
commit 4d5a6dc971
2 changed files with 3 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -87,6 +87,7 @@ pipeline {
pre_test()
sh '''
cd ${WKC}/tests
find pytest -name '*'sql|xargs rm -rf
./test-all.sh p1
date'''
}
@ -98,6 +99,7 @@ pipeline {
pre_test()
sh '''
cd ${WKC}/tests
find pytest -name '*'sql|xargs rm -rf
./test-all.sh p2
date'''
}

1
tests/Jenkinsfile vendored
View File

@ -42,6 +42,7 @@ pipeline {
pre_test()
sh '''
cd ${WKC}/tests
find pytest -name '*'sql|xargs rm -rf
./test-all.sh pytest
date'''
}