Skip to content

Commit b876855

Browse files
committed
Drop D_SECURITY:2 since it fills the VMU image output device
1 parent d2c3396 commit b876855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osgtest/tests/test_190_condorce.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_03_configure_ce(self):
6767
core.config['condor-ce.condor-ce-cfg'] = '/etc/condor-ce/config.d/99-osgtest.condor-ce.conf'
6868

6969
condor_contents = """GRIDMAP = /etc/grid-security/grid-mapfile
70-
ALL_DEBUG=D_CAT D_ALWAYS:2 D_SECURITY:2
70+
ALL_DEBUG=D_CAT D_ALWAYS:2
7171
JOB_ROUTER_DEFAULTS = $(JOB_ROUTER_DEFAULTS) [set_default_maxMemory = 128;]
7272
JOB_ROUTER_ENTRIES = \\
7373
[ \\

0 commit comments

Comments
 (0)