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
385843d9
Commit
385843d9
authored
Feb 05, 2010
by
Wolf Behrenhoff
Browse files
display shared sw areas, balanced <pre> and </pre> html tags, and LANG=C
parent
752748ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteTests/testjob/tests/CE-cms-swinst
View file @
385843d9
...
...
@@ -6,6 +6,7 @@ warning=0
error
=
0
isEGEE
=
0
isOSG
=
0
export
LANG
=
C
cat
$SAME_SENSOR_HOME
/tests/CMS-SAM-Banner.html
...
...
@@ -251,6 +252,7 @@ do
then
failproject
=
1
fi
echo
"</pre>"
fi
done
...
...
@@ -410,6 +412,17 @@ then
fi
# Determine shared software area
echo
"<h2>Shared Software Area</h2>"
echo
"The software area
$VO_CMS_SW_DIR
is used by the following CEs:"
SHARED_PATH
=
$VO_CMS_SW_DIR
/shared_sw_area
mkdir
-p
$SHARED_PATH
touch
$SHARED_PATH
/
$ceHost
echo
"<ul class=CMSSW_shared_areas>"
# list all files that have been modified/touched in the last 5 days
find
$SHARED_PATH
-mtime
-5
-type
f
-printf
'<li>%P</li>\n'
echo
"</ul>"
# Print out installed Generator Gridpacks
# We assume that they are stored in $CMS_PATH/slc4_ia32_gcc345/generatorData
# SAM test result does not depend on it (at least for now).
...
...
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