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
Spot
Spot
Commits
c0ed084e
Commit
c0ed084e
authored
Nov 28, 2004
by
Alexandre Duret-Lutz
Browse files
* src/sanity/style.test: Make sure grep supports the options put
into GREP_OPTIONS.
parent
b61fab1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c0ed084e
2004-11-28 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/sanity/style.test: Make sure grep supports the options put
into GREP_OPTIONS.
* wrap/python/tests/run.in: Define DYLD_LIBRARY_PATH so that
Darwin finds non-installed libraries.
Report from Akim Demaille.
...
...
src/sanity/style.test
View file @
c0ed084e
...
...
@@ -15,10 +15,12 @@ diag()
rm
-
f
failures
# Get some help from GNU grep.
GREP_OPTIONS
=
'--color=auto -n'
GREP_COLOR
=
'1;31'
export
GREP_OPTIONS
export
GREP_COLOR
if
(
grep
--
color
=
auto
-
n
--
version
)
>/
dev
/
null
2
>&
1
;
then
GREP_OPTIONS
=
'--color=auto -n'
GREP_COLOR
=
'1;31'
export
GREP_OPTIONS
export
GREP_COLOR
fi
tmp
=
incltest
.
tmp
...
...
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