Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
72
Issues
72
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
ce53fdd5
Commit
ce53fdd5
authored
Mar 18, 2016
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix in regression test condition check
parent
f139502f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
darshan-test/regression/run-all.sh
darshan-test/regression/run-all.sh
+4
-4
No files found.
darshan-test/regression/run-all.sh
View file @
ce53fdd5
...
...
@@ -46,12 +46,12 @@ fi
source
$DARSHAN_TESTDIR
/
$DARSHAN_PLATFORM
/env.sh
# in case of using LD_PRELOAD, it is possible errors with Darshan symbols
# (e..g, forgetting to resolve a symbol Darshan wraps us
es using dlsym)
# ca
n ca
use arbitrary binaries to crash. We check the output of the true
# (e..g, forgetting to resolve a symbol Darshan wraps us
ing dlsym) can
# cause arbitrary binaries to crash. We check the output of the true
# command to successfully identify failures like this and exit
true_out
=
`
/bin/true 2>&1
`
if
[
$?
-ne
0
-o
-n
true_out
]
;
then
echo
$true_out
if
[
$?
-ne
0
-o
-n
"
$true_out
"
]
;
then
echo
-n
$true_out
>
tmp
echo
"environment setup failed"
exit
1
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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