Tests: Protect CTestTestSerialOrder from environment (#15524)

Reported-by: Stephen Kelly <steveire@gmail.com>
This commit is contained in:
Brad King 2015-04-21 11:46:18 -04:00
parent 5a5ef00106
commit 2f4b13b32d
1 changed files with 1 additions and 0 deletions

View File

@ -2680,6 +2680,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
ADD_TEST_MACRO(CTestTestSerialOrder ${CMAKE_CTEST_COMMAND}
--output-on-failure -C "\${CTestTest_CONFIG}")
set_property(TEST CTestTestSerialOrder PROPERTY ENVIRONMENT CTEST_PARALLEL_LEVEL=)
if(NOT BORLAND)
set(CTestLimitDashJ_CTEST_OPTIONS --force-new-ctest-process)