Skip to content

Commit

Permalink
Enable test repeat in Debian builds
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromKitware authored and Chuck Atkins committed May 17, 2020
1 parent 47b2473 commit 6599052
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions scripts/ci/cmake/ci-debian-sid-openmpi.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@ set(CTEST_TEST_ARGS
PARALLEL_LEVEL 1
)
set(CTEST_CMAKE_GENERATOR "Ninja")

set(ADIOS_TEST_REPEAT 0)
list(APPEND CTEST_UPDATE_NOTES_FILES "${CMAKE_CURRENT_LIST_FILE}")
include(${CMAKE_CURRENT_LIST_DIR}/ci-common.cmake)
2 changes: 0 additions & 2 deletions scripts/ci/cmake/ci-debian-sid.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@ HDF5_C_COMPILER_EXECUTABLE:FILEPATH=/usr/bin/h5cc
")

set(CTEST_CMAKE_GENERATOR "Ninja")

set(ADIOS_TEST_REPEAT 0)
list(APPEND CTEST_UPDATE_NOTES_FILES "${CMAKE_CURRENT_LIST_FILE}")
include(${CMAKE_CURRENT_LIST_DIR}/ci-common.cmake)

0 comments on commit 6599052

Please sign in to comment.