failed quit

This commit is contained in:
liuyq-617 2021-12-21 14:01:00 +08:00
parent ca4b962bd2
commit 3736a0188b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -108,7 +108,7 @@ pipeline {
pre_test() pre_test()
sh''' sh'''
cd ${WKC}/tests cd ${WKC}/tests
./test-all.sh b1 ./test-all.sh b1fq
''' '''
} }
} }