Commit a226b99a authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

TEST: put a resource_lock on sqlite DB to avoid conflict in GDAL/sqlite3

No related merge requests found
Showing with 3 additions and 0 deletions
+3 -0
......@@ -179,6 +179,9 @@ foreach(classifier ${classifierList})
VALID ${valid}
)
set_tests_properties(apTvClTrainMethod${classifier}ImagesClassifierQB1 PROPERTIES
RESOURCE_LOCK ${INPUTDATA}/Classification/VectorData_${${lclassifier}_input}QB1_utm31n${vector_input_format})
if(${_classifier_has_baseline} EQUAL -1)
set(valid ${ascii_confmat_comparison} ${ascii_ref_path}/${OUTCONFMATFILE} ${TEMP}/${OUTCONFMATFILE})
else()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment