Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
nexedi
MariaDB
Commits
f5ab0b29
Commit
f5ab0b29
authored
Mar 23, 2010
by
Yoni Fogel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed duplicate rule
git-svn-id:
file:///svn/toku/tokudb@18743
c7de825b-a66e-492c-adef-691d508d4ae1
parent
ab816dbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
linux/tests/Makefile
linux/tests/Makefile
+0
-16
No files found.
linux/tests/Makefile
View file @
f5ab0b29
...
...
@@ -71,22 +71,6 @@ else
$(SUMMARIZE_CMD)
endif
# check to see if that logic makes an error when there is a leak.
try-leak.tdbrun
:
try-leak
ifeq
($(VGRIND),)
./
$<
$(SUMMARIZE_CMD)
else
$(VGRIND)
--error-exitcode
=
1
--quiet
--leak-check
=
full
--log-file
=
$<
.check.valgrind ./
$<
>
$<
.check.output 2>&1
;
\
if
[
$$
?
=
0
]
;
then
\
lines
=
`
cat
$<
.check.valgrind |
wc
-l
`
;
\
if
[
$$
lines
-ne
0
]
;
then
cat
$<
.check.valgrind
;
test
0
=
1
;
fi
\
else
\
test
0
=
1
;
\
fi
\
$(INVERTER)
\
$(SUMMARIZE_CMD)
endif
try-assert0.tdbrun
:
try-assert0
./
$<
2> /dev/null
$(INVERTER)
$(SUMMARIZE_CMD)
...
...
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