projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
0f2ad14
)
Removing wrongly commited ifdef.
author
Brian Aker
<brian@tangent.org>
Sat, 29 Sep 2007 16:06:29 +0000
(09:06 -0700)
committer
Brian Aker
<brian@tangent.org>
Sat, 29 Sep 2007 16:06:29 +0000
(09:06 -0700)
Grrrrr.... if I call quit, then mecurial should abort commits.
tests/test.c
patch
|
blob
|
history
diff --git
a/tests/test.c
b/tests/test.c
index 4ce1fb9154b006643030c6d328200ccccb11614a..c60b48104738f1981ed34dee712aea0b2ed124f9 100644
(file)
--- a/
tests/test.c
+++ b/
tests/test.c
@@
-541,7
+541,6
@@
int main(int argc, char *argv[])
{
/* Clean the server before beginning testing */
flush_test();
-#ifdef CRAP
init_test();
allocation_test();
connection_test();
@@
-555,7
+554,6
@@
int main(int argc, char *argv[])
get_test();
get_test2();
get_test3();
-#endif
get_test4();
stats_servername_test();