We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57bcde3 commit bce58f4Copy full SHA for bce58f4
osgtest/tests/test_550_condorce.py
@@ -131,6 +131,7 @@ def test_07_ceview(self):
131
view_url = 'http://%s:%s' % (core.get_hostname(), int(core.config['condor-ce.view-port']))
132
try:
133
src = core.to_str(urlopen(view_url).read())
134
+ core.log_message(src)
135
except EnvironmentError as err:
136
debug_file = '/var/log/condor-ce/CEViewLog'
137
debug_contents = 'Contents of %s\n%s\n' % (debug_file, '=' * 20)
0 commit comments