yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #12596
[Branch ~yade-pkg/yade/git-trunk] Rev 3827: Disable checkPolyhedraCrush. It is unstable now.
------------------------------------------------------------
revno: 3827
committer: Anton Gladky <gladk@xxxxxxxxxx>
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):