diff --git a/Jenkinsfile b/Jenkinsfile index ef267735340fde68c6ec2bf22e3cbff958f7d3d6..b46c68e2b96944e4a39d9157def38963e834d3e6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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''' } diff --git a/tests/Jenkinsfile b/tests/Jenkinsfile index e7d8a0b70f9dab99089a1b2b95df9a3c6e18b96c..09547710c6891c4f08d594b50298b3c52e89a45b 100644 --- a/tests/Jenkinsfile +++ b/tests/Jenkinsfile @@ -42,6 +42,7 @@ pipeline { pre_test() sh ''' cd ${WKC}/tests + find pytest -name '*'sql|xargs rm -rf ./test-all.sh pytest date''' }