Skip to content

Commit d2c3396

Browse files
committed
Revert "Add debug info to condor_ping"
This reverts commit 429527b, which causes an explosion the size of the osg-test log
1 parent 6269b37 commit d2c3396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osgtest/tests/test_550_condorce.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_02_queue(self):
9898

9999
def test_03_ping(self):
100100
self.check_write_creds()
101-
self.command += ['condor_ce_ping', 'WRITE', '-verbose', '-debug']
101+
self.command += ['condor_ce_ping', 'WRITE', '-verbose']
102102
stdout, _, _ = core.check_system(self.command, 'ping using GSI and gridmap', user=True)
103103
self.assertTrue(re.search(r'Authorized:\s*TRUE', stdout), 'could not authorize with GSI')
104104

0 commit comments

Comments
 (0)