From 28f9f135a9819086a87b5d33f0f7d9e246c66a92 Mon Sep 17 00:00:00 2001 From: tangfangzhi Date: Sun, 24 Apr 2022 19:12:25 +0800 Subject: [PATCH] change test order --- Jenkinsfile2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index a2043797c0..cca886d4af 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -120,8 +120,8 @@ pipeline { timeout(time: 45, unit: 'MINUTES'){ pre_test() sh''' - cd ${WKC}/tests - ./test-all.sh b1fq + cd ${WKC}/debug + ctest ''' sh''' export LD_LIBRARY_PATH=${WKC}/debug/build/lib @@ -129,8 +129,8 @@ pipeline { ./fulltest.sh ''' sh''' - cd ${WKC}/debug - ctest + cd ${WKC}/tests + ./test-all.sh b1fq ''' } } -- GitLab