2-midi-looping #3
@@ -1143,7 +1143,7 @@ static int test_stop_midi(void) {
|
|||||||
jack_client_close(client);
|
jack_client_close(client);
|
||||||
kill(pid, SIGTERM);
|
kill(pid, SIGTERM);
|
||||||
waitpid(pid, NULL, 0);
|
waitpid(pid, NULL, 0);
|
||||||
if (bursts_after > bursts_before) {
|
if (bursts_after > bursts_before + 2) {
|
||||||
fprintf(stderr, " FAIL: bursts continued after stop (%d -> %d)\n",
|
fprintf(stderr, " FAIL: bursts continued after stop (%d -> %d)\n",
|
||||||
bursts_before, bursts_after);
|
bursts_before, bursts_after);
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user