Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
James Lowden
OpenLDAP
Commits
647315a6
Commit
647315a6
authored
8 years ago
by
Quanah Gibson-Mount
Browse files
Options
Downloads
Patches
Plain Diff
Fix regression test suite logic
parent
24e33c2e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/Makefile.in
+5
-5
5 additions, 5 deletions
tests/Makefile.in
with
5 additions
and
5 deletions
tests/Makefile.in
+
5
−
5
View file @
647315a6
...
...
@@ -78,21 +78,21 @@ its: regressions
bdb-its
:
bdb-its-$(BUILD_BDB)
bdb-its-no
:
@
echo
"run configure with --enable-bdb to run BDB
test
s"
@
echo
"run configure with --enable-bdb to run BDB
ITS regression
s"
bdb-its-yes bdb-its-mod
:
FORCE
@$(
RUN
)
-b
bdb its-all
hdb-its
:
hdb-its-$(BUILD_
B
DB)
hdb-its
:
hdb-its-$(BUILD_
H
DB)
hdb-its-no
:
@
echo
"run configure with --enable-hdb to run
B
DB
test
s"
@
echo
"run configure with --enable-hdb to run
H
DB
ITS regression
s"
hdb-its-yes hdb-its-mod
:
FORCE
@$(
RUN
)
-b
hdb its-all
mdb-its
:
mdb-its-$(BUILD_
B
DB)
mdb-its
:
mdb-its-$(BUILD_
M
DB)
mdb-its-no
:
@
echo
"run configure with --enable-mdb to run
B
DB
test
s"
@
echo
"run configure with --enable-mdb to run
M
DB
ITS regression
s"
mdb-its-yes mdb-its-mod
:
FORCE
@$(
RUN
)
-b
mdb its-all
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment