Skip to content

Commit

Permalink
Turn off test repeat on all builds to debug problem
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed May 15, 2020
1 parent 2de1815 commit 1db9970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dashboard/adios_common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ if(NOT dashboard_model)
endif()

if(NOT DEFINED ADIOS_TEST_REPEAT)
set(ADIOS_TEST_REPEAT 5)
set(ADIOS_TEST_REPEAT 0)
endif()

if((CMAKE_VERSION VERSION_GREATER 3.16.20191201 ) AND
Expand Down

0 comments on commit 1db9970

Please sign in to comment.