Hey everyone,

This will be a really, really vague question.

I'm using ctest scripts to run automated dashboards on all my
platforms. My git repository contains quite a few submodules, which I
believe is related.

At some point, ranging from almost instantly to after a few days,
files starts getting removed from the checked out dashboard copy.
Looking at the dashboard history it runs fine until something triggers
the error, and then it starts removing a few files every build
(?????).

I am pretty certain it is not my buildsystem that starts removing
files, and my current guess is that there is some weird interaction
between submodules and git+ctest.

This is a really longshot, but has anyone seen anything even remotely similar?

The relevant git variables are the following in my ctest file:
  if(NOT EXISTS "${CTEST_SOURCE_DIRECTORY}")
    set(CTEST_CHECKOUT_COMMAND "\"${CTEST_GIT_COMMAND}\" clone
g...@git.spotify.net:${REPOSITORY} \"${CTEST_SOURCE_DIRECTORY}\"
--branch ${BRANCH} --recursive")
  else()
        unset(CTEST_CHECKOUT_COMMAND)
  endif()
  set(CTEST_UPDATE_COMMAND "${CTEST_GIT_COMMAND}")

Thanks in advance
/Johan (who is extremely confused)
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to