From 00b9412a4ccc1ec4d5f87f7ff75f50122c4ca091 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Thu, 7 Nov 2013 12:42:41 +0100 Subject: [PATCH] TEST: 2 KmzExport tests generates the same tmp files, leading to conflict when run in parallel --- Testing/Applications/Utils/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Testing/Applications/Utils/CMakeLists.txt b/Testing/Applications/Utils/CMakeLists.txt index badc76dbef..35bd2619fb 100644 --- a/Testing/Applications/Utils/CMakeLists.txt +++ b/Testing/Applications/Utils/CMakeLists.txt @@ -182,6 +182,7 @@ OTB_TEST_APPLICATION(NAME apTvUtKmzExport -logo ${INPUTDATA}/cnes.png -legend ${INPUTDATA}/otb_big.png -elev.dem ${INPUTDATA}/DEM/srtm_directory) +SET_PROPERTY(TEST apTvUtKmzExport PROPERTY RESOURCE_LOCK kmz_tmp_dir) OTB_TEST_APPLICATION(NAME apTvUtKmzExport1Band APP KmzExport @@ -192,6 +193,7 @@ OTB_TEST_APPLICATION(NAME apTvUtKmzExport1Band -legend ${INPUTDATA}/otb_big.png -elev.dem ${INPUTDATA}/DEM/srtm_directory -tilesize 50) # needed to see the bug mantis #773 +SET_PROPERTY(TEST apTvUtKmzExport1Band PROPERTY RESOURCE_LOCK kmz_tmp_dir) IF(OTB_DATA_USE_LARGEINPUT) #--- OSMDownloader --- -- GitLab