From c63a90c1015ff9d342484452e65bcae93ed96647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 2 Jun 2021 08:50:47 +0200 Subject: [PATCH] Fixed order of test --- CI/ci-linux-test.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CI/ci-linux-test.sh b/CI/ci-linux-test.sh index a435fcb3..0fedf3ae 100755 --- a/CI/ci-linux-test.sh +++ b/CI/ci-linux-test.sh @@ -58,12 +58,10 @@ echo "Running unittests $BUILD_TYPE version with vectorchecks enabled" echo "======================================================================" echo -e "${NC}" +cd Unittests ldd ./unittests - -cd Unittests - #execute tests ./unittests --gtest_color=yes --gtest_output=xml:./report.xml