Commit 14537d73 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Obtain VERBOSE from the environment.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17328 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5bf1be6a
......@@ -27,6 +27,7 @@
##############################################################################
import unittest
import os
from Products.ERP5Type.tests.testERP5Type import PropertySheetTestCase
from AccessControl.SecurityManagement import newSecurityManager
......@@ -35,7 +36,7 @@ from Products.ERP5Type.tests.Sequence import Sequence, SequenceList
class TestConstraint(PropertySheetTestCase):
run_all_test = 1
quiet = 1
quiet = not os.environ.get('VERBOSE', 0)
object_portal_type = "Organisation"
object_content_portal_type = "Address"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment