Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
638
Issues
638
List
Boards
Labels
Service Desk
Milestones
Merge Requests
105
Merge Requests
105
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
eb0964a5
Commit
eb0964a5
authored
May 25, 2018
by
Evan Hunt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix openbsd color-display problem in system test output
(cherry picked from commit
1e31fdb7
)
parent
a830ebe4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bin/tests/system/conf.sh.in
bin/tests/system/conf.sh.in
+1
-1
No files found.
bin/tests/system/conf.sh.in
View file @
eb0964a5
...
...
@@ -165,7 +165,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