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
35780169
Commit
35780169
authored
Mar 24, 2010
by
Stefano Belforte
Browse files
call cmsos before settin scramarch
parent
a02b211b
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteTests/testjob/tests/CE-cms-analysis
View file @
35780169
...
...
@@ -21,8 +21,6 @@ echo "<h2><a name="Analysis Test"></a>Analysis Test</h2>"
# Source the CMS environment
echo
"<h3>Sourcing the CMS environment</h3>"
export
SCRAM_ARCH
=
slc5_ia32_gcc434
export
BUILD_ARCH
=
$SCRAM_ARCH
if
[
-n
"
$OSG_APP
"
]
;
then
SW_DIR
=
$OSG_APP
/cmssoft/cms
elif
[
-n
"
$VO_CMS_SW_DIR
"
]
;
then
...
...
@@ -64,6 +62,9 @@ if [ $libc25 == "0" ] ; then
fi
set
+x
# this test requires SLC5 arch, currently
export
SCRAM_ARCH
=
slc5_ia32_gcc434
export
BUILD_ARCH
=
$SCRAM_ARCH
source
$SW_DIR
/cmsset_default.sh
>
$tmpfile
2>&1
result
=
$?
cat
$tmpfile
...
...
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