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
6b41be2a
Commit
6b41be2a
authored
Feb 12, 2007
by
ericw
Browse files
Add test of SAME_ERROR environmental variable
parent
af43dff4
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteTests/FroNtier/tests/CMSSW_frontier.sh
View file @
6b41be2a
...
...
@@ -20,6 +20,14 @@ then
exit
1
fi
#
# Check that environmental variable SAME_ERROR is set
#
if
[
!
"
${
SAME_ERROR
}
"
]
then
printf
"CMSSW_frontier.sh: Error. SAME_ERROR not defined
\n
"
exit
1
fi
#
# Check that scramv1 command was defined by . $CMS_PATH/cmsset_default.sh
#
type
scramv1
>
/dev/null 2>&1
...
...
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