Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
59715255
Commit
59715255
authored
May 25, 2018
by
Evan Hunt
Browse files
fix openbsd color-display problem in system test output
(cherry picked from commit
1e31fdb7
)
parent
cc443821
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/conf.sh.in
View file @
59715255
...
...
@@ -166,7 +166,7 @@ NZD=@NZD_TOOLS@
#
# Set up color-coded test output
#
if
[
${
SYSTEMTEST_FORCE_COLOR
:-
0
}
-eq
1
]
||
test
-t
1
&&
type
tput
>
/dev/null 2>&1
;
then
if
[
${
SYSTEMTEST_FORCE_COLOR
:-
0
}
-eq
1
]
||
test
-t
1
&&
type
tput
>
/dev/null 2>&1
&&
tput setaf 7
>
/dev/null 2>&1
;
then
COLOR_END
=
`
tput setaf 4
`
# blue
COLOR_FAIL
=
`
tput setaf 1
`
# red
COLOR_INFO
=
`
tput bold
`
# bold
...
...
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