------------------------------------------------------------ revno: 3827 committer: Anton Gladky <[email protected]> timestamp: Mon 2016-03-28 21:26:49 +0200 message: Disable checkPolyhedraCrush. It is unstable now. modified: scripts/checks-and-tests/checks/checkList.py
-- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'scripts/checks-and-tests/checks/checkList.py' --- scripts/checks-and-tests/checks/checkList.py 2014-07-28 06:50:17 +0000 +++ scripts/checks-and-tests/checks/checkList.py 2016-03-28 19:26:49 +0000 @@ -6,7 +6,7 @@ resultStatus = 0 nFailed=0 -skipScripts = ['checkList.py'] +skipScripts = ['checkList.py', 'checkPolyhedraCrush'] for script in scriptsToRun: if (script[len(script)-3:]==".py" and script not in skipScripts):
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

