yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #06964
[Branch ~yade-dev/yade/trunk] Rev 2711: - Attempt to fix buildbot output in triaxCheckTest (LOG_INFO are disabled by default on my machin...
------------------------------------------------------------
revno: 2711
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
branch nick: yade
timestamp: Mon 2011-02-07 11:50:11 +0100
message:
- Attempt to fix buildbot output in triaxCheckTest (LOG_INFO are disabled by default on my machine but the buildbot has a different behavior it seems, which gives lots of junk lines) in the log.
modified:
scripts/test/checks/checkTestTriax.py
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'scripts/test/checks/checkTestTriax.py'
--- scripts/test/checks/checkTestTriax.py 2011-01-19 08:37:26 +0000
+++ scripts/test/checks/checkTestTriax.py 2011-02-07 10:50:11 +0000
@@ -6,6 +6,7 @@
# Positions and reference results are in dataTriax folder.
from yade import pack,log,utils,export,plot
import math,os,sys
+log.setLevel('TriaxialCompressionEngine',log.ERROR)
tolerance=0.01
interactive=False