projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d12f6a
)
io: fix port clash in test.
author
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 29 Oct 2013 10:42:57 +0000
(21:12 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 29 Oct 2013 10:42:57 +0000
(21:12 +1030)
Both run-set_alloc and run-15-timeout used the same port, so they sometimes
got stuck when running in parallel.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/io/test/run-set_alloc.c
patch
|
blob
|
history
diff --git
a/ccan/io/test/run-set_alloc.c
b/ccan/io/test/run-set_alloc.c
index fd0c83a8bfd0acb3f5b926b7e7abeb28cf34d48e..61440056c8b8e5b37e9daf3ab3e764d24d57e8dc 100644
(file)
--- a/
ccan/io/test/run-set_alloc.c
+++ b/
ccan/io/test/run-set_alloc.c
@@
-65,7
+65,7
@@
static void freefn(void *ptr)
}
#ifndef PORT
-#define PORT "65
0
15"
+#define PORT "65
1
15"
#endif
struct data {