提交 4d5a6dc9 编写于 作者: L liuyq-617

[TD-2596]<test>clean python sql

上级 55c4e1c1
...@@ -87,6 +87,7 @@ pipeline { ...@@ -87,6 +87,7 @@ pipeline {
pre_test() pre_test()
sh ''' sh '''
cd ${WKC}/tests cd ${WKC}/tests
find pytest -name '*'sql|xargs rm -rf
./test-all.sh p1 ./test-all.sh p1
date''' date'''
} }
...@@ -98,6 +99,7 @@ pipeline { ...@@ -98,6 +99,7 @@ pipeline {
pre_test() pre_test()
sh ''' sh '''
cd ${WKC}/tests cd ${WKC}/tests
find pytest -name '*'sql|xargs rm -rf
./test-all.sh p2 ./test-all.sh p2
date''' date'''
} }
......
...@@ -42,6 +42,7 @@ pipeline { ...@@ -42,6 +42,7 @@ pipeline {
pre_test() pre_test()
sh ''' sh '''
cd ${WKC}/tests cd ${WKC}/tests
find pytest -name '*'sql|xargs rm -rf
./test-all.sh pytest ./test-all.sh pytest
date''' date'''
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册