Files
tor/changes
teor 9a2d4b6647 Stop an apparent test-network hang when used with make -j2
If (GNU) Make 3.81 is running processes in parallel using -j2 (or more),
it waits until all descendent processes have exited before it returns to
the shell.

When a command like "make -j2 test-network" is run, this means that
test-network.sh apparently hangs until it either make is forcibly
terminated, or all the chutney-launched tor processes have exited.

A workaround is to use make without -j, or make -j1 if there is an
existing alias to "make -jn" in the shell.

We resolve this bug in tor by using "chutney stop" after "chutney verify"
in test-network.sh.
2014-10-04 13:18:56 +10:00
..
2014-07-16 15:33:47 +02:00
2014-09-22 10:39:51 -04:00
2014-09-22 14:18:01 -04:00
2014-08-20 13:33:49 -04:00
2014-08-20 13:45:16 -04:00
2014-07-16 16:54:42 +02:00
2014-08-15 10:06:27 -04:00
2014-07-16 09:52:37 +02:00
2014-07-27 15:41:30 -04:00
2014-08-09 15:57:44 -04:00
2014-08-13 10:39:56 -04:00
2014-09-01 16:22:52 -04:00
2014-08-20 12:56:57 -04:00
2014-09-20 16:46:02 -04:00
2014-09-09 12:08:03 -04:00
2014-09-11 00:05:56 -04:00
2014-09-28 18:09:25 +03:00
2014-07-16 06:04:55 -04:00
2014-07-16 12:16:49 +02:00
2014-06-20 09:49:36 -04:00
2014-09-29 09:05:11 -04:00
2014-09-22 10:55:53 -04:00
2014-09-15 21:39:12 -04:00