Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Shane Snyder
darshan
Commits
23523f15
Commit
23523f15
authored
Feb 03, 2015
by
Philip Carns
Browse files
Revert "experimenting with jenkins environment"
This reverts commit
55e1f37e
.
parent
55e1f37e
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-test/regression/test-cases/cxxpi.sh
View file @
23523f15
...
...
@@ -7,7 +7,7 @@ export DARSHAN_LOGFILE=$DARSHAN_TMP/${PROG}.darshan.gz
rm
-f
${
DARSHAN_LOGFILE
}
# compile
$DARSHAN_CXX
-static
$DARSHAN_TESTDIR
/test-cases/src/
${
PROG
}
.cxx
-o
$DARSHAN_TMP
/
${
PROG
}
$DARSHAN_CXX
$DARSHAN_TESTDIR
/test-cases/src/
${
PROG
}
.cxx
-o
$DARSHAN_TMP
/
${
PROG
}
if
[
$?
-ne
0
]
;
then
echo
"Error: failed to compile
${
PROG
}
"
1>&2
exit
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