Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
7aafa135
Commit
7aafa135
authored
Jun 21, 2019
by
Guillaume Pasero
Browse files
BUG: dltest not available on macOS
parent
fe2a6982
Pipeline
#1899
passed with stages
in 74 minutes and 45 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Packaging/Files/selftester.sh
View file @
7aafa135
...
@@ -81,9 +81,9 @@ for name in $OTB_SO_LIBRARIES $OTB_DY_LIBRARIES $OTB_EXE; do
...
@@ -81,9 +81,9 @@ for name in $OTB_SO_LIBRARIES $OTB_DY_LIBRARIES $OTB_EXE; do
echo_and_report
"
$LDD_ERRORS
"
echo_and_report
"
$LDD_ERRORS
"
fi
fi
elif
echo
"
$F_OUTPUT
"
|
grep
-q
-i
-e
': Mach-O .*shared library'
-e
': Mach-O .*bundle'
-e
': Mach-O .*executable'
;
then
elif
echo
"
$F_OUTPUT
"
|
grep
-q
-i
-e
': Mach-O .*shared library'
-e
': Mach-O .*bundle'
-e
': Mach-O .*executable'
;
then
DL_ERRORS
=
$(
dltest
"
$name
"
|
grep
-i
'ERROR'
)
DL_ERRORS
=
$(
./tools/otb_loader
"
$name
"
)
if
[
-n
"
$DL_ERRORS
"
]
;
then
if
[
-n
"
$DL_ERRORS
"
]
;
then
echo_and_report
"
dltest
$name
"
echo_and_report
"
otb_loader
$name
"
echo_and_report
"
$DL_ERRORS
"
echo_and_report
"
$DL_ERRORS
"
fi
fi
elif
echo
"
$F_OUTPUT
"
|
grep
-q
': symbolic link'
;
then
elif
echo
"
$F_OUTPUT
"
|
grep
-q
': symbolic link'
;
then
...
...
Write
Preview
Supports
Markdown
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