Skip to content
Snippets Groups Projects
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

parent b664bf4a
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment