Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
etf
cmssam
Commits
5e144945
Commit
5e144945
authored
Mar 01, 2007
by
ericw
Browse files
Change to error message
parent
e77ff024
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteTests/FroNtier/tests/test_squid.py
View file @
5e144945
...
...
@@ -10,7 +10,7 @@ Tests the local FroNtier squid
# 3) file $CMS_PATH/SITECONF/local/JobConfig/site-local-config.xml
# contains the location of the local FroNtier squid server
#
__revision__
=
"$Id: test_squid.py,v 1.
7
2007/03/01 1
6:07:53
ericw Exp $"
__revision__
=
"$Id: test_squid.py,v 1.
8
2007/03/01 1
9:18:14
ericw Exp $"
import
os
import
sys
import
urllib2
...
...
@@ -151,9 +151,8 @@ except urllib2.URLError, e:
print
" "
+
message
sys
.
exit
(
same_error
)
else
:
print
"test_squid.py: Error. FroNtier server "
+
frontierUrl
+
\
" is down, "
print
" unreachable or will not reply."
print
"test_squid.py: Error. FroNtier server "
+
frontierUrl
print
" is down, unreachable or will not reply."
print
" "
+
message
sys
.
exit
(
same_error
)
except
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment