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
19326b7e
Commit
19326b7e
authored
Sep 10, 2012
by
Brian Paul Bockelman
Browse files
Make each xrootd test done in a separate directory.
parent
3be18b82
Changes
2
Hide whitespace changes
Inline
Side-by-side
SiteTests/testjob/tests/CE-cms-xrootd-access
View file @
19326b7e
...
...
@@ -136,6 +136,13 @@ xrootd_file="root://cms-xrd-global.cern.ch//store/test/xrootd/$siteName/$cmssw_f
add2buffer
"Xrootd file we will test:
$xrootd_file
"
cmssw_version
=
"CMSSW_5_3_1"
mkdir
xrootd-access
if
[
$?
!=
0
]
;
then
do_print
"Error: cannot make xrootd-access directory"
exit
$NAG_CRITICAL
fi
cd
xrootd-access
scramv1 p CMSSW
$cmssw_version
err
=
$?
if
[
$err
!=
0
]
;
then
...
...
SiteTests/testjob/tests/CE-cms-xrootd-fallback
View file @
19326b7e
...
...
@@ -135,6 +135,13 @@ cmssw_file="/store/mc/SAM/GenericTTbar/GEN-SIM-RECO/CMSSW_5_3_1_START53_V5-v1/00
xrootd_file
=
"/store/test/xrootd/CMSSAM/
$cmssw_file
"
add2buffer
"Xrootd file we will test:
$xrootd_file
"
mkdir
xrootd-fallback
if
[
$?
!=
0
]
;
then
do_print
"Error: cannot make xrootd-access directory"
exit
$NAG_CRITICAL
fi
cd
xrootd-fallback
cmssw_version
=
"CMSSW_5_3_1"
scramv1 p CMSSW
$cmssw_version
err
=
$?
...
...
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