Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't cleanup valgrind files in coverage ...
[simgrid.git] / tools / jenkins / DynamicAnalysis.sh
index 6a388f4..9638f76 100755 (executable)
@@ -58,7 +58,7 @@ ctest -D ExperimentalTest || true
 
 cd $WORKSPACE/build
 if [ -f Testing/TAG ] ; then
-   find . -iname "*.memcheck" -exec mv {} $WORKSPACE/memcheck \;
+   find $WORKSPACE -iname "*.memcheck" -exec mv {} $WORKSPACE/memcheck \;
    mv Testing/`head -n 1 < Testing/TAG`/Test.xml  $WORKSPACE/DynamicAnalysis.xml
 fi