← Back to team overview

yade-dev team mailing list archive

Re: Removing one check (regression) test

 

Hello Jérôme,
What is in the Git trunk and what is/not in your build folders are independant things. As soon as the file is removed from trunk nobody will check it out, then of course nobody will have to remove it from a fresh build.
The behavior you got is that of cmake, independently of git.
"git -rm file" is the right command, you need to "git commit file" after that, then "git push".

Thank you for cleaning!

Bruno


On 06/27/2017 07:25 PM, Jerome Duriez wrote:

Hi,


I'm in the process of removing Law2_ScGeom6D_NormalInelasticityPhys_NormalInelasticity from trunk (I was probably the only one to ever use it). For the moment, I'd just like to remove one regression check test which is associated to this contact law (scripts/checks-and-tests/checks/checkTestNormalInelasticity.py), and I have a question.


After having 'git -rm' -ed this checkTestNormalInelasticity.py script, launched a 'cmake' command and a new compilation, yade --check still launches this regression script...

I could finally get rid of it only after cleaning install/lib folder (and a new make install): then, yade --check would not consider this .py script anymore.


However, I'm wondering if this is 'normal', or if I should do something else (than git -rm scripts/checks-and-tests/checks/checkTestNormalInelasticity.py) in the source before I push this regression script removal ?


Thanks,


Jerome


--------------------------------------------------

Jerome Duriez, Research Associate

University of Calgary, Dpt of Civil Engineering

+1 403 220 7367



_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : yade-dev@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp


Follow ups

References