From f118cdcdd878ac740223863dc82fa21a8c3aa5bd Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 12 Mar 2018 21:58:32 +0100 Subject: tests/integration/: Don't avoid integration tests when user is jenkins. --- tests/integration/CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/integration/CMakeLists.txt b/tests/integration/CMakeLists.txt index d20fa8f..5b6c9ea 100644 --- a/tests/integration/CMakeLists.txt +++ b/tests/integration/CMakeLists.txt @@ -99,12 +99,10 @@ execute_process( OUTPUT_STRIP_TRAILING_WHITESPACE ) -if(NOT "${TESTS_USER}" STREQUAL "jenkins") - add_test( +add_test( integration-tests integration-tests - ) -endif() +) set( SET-VOLUME-SRC -- cgit v1.2.3