Branch: Tag:

2003-05-30

2003-05-30 19:38:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Minor change in Process.TraceProcess() test.

Rev: src/testsuite.in:1.649

1: - test_true([["$Id: testsuite.in,v 1.648 2003/05/27 21:05:46 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.649 2003/05/30 19:38:06 grubba Exp $"]]);      // This triggered a bug only if run sufficiently early.   test_compile_any([[#pike 7.2]])
9628:    proc->cont();       // Give it some time to settle down after initialization. +  if (initial_sleep) {    sleep(initial_sleep); -  initial_sleep=1; +  initial_sleep=0; +  }       // Check that we can block deadly signals.    proc->kill(signum("TERM"));