pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-05-30
2003-05-30 19:38:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>
32259ea7891856e16e5b590b1bb056b9c3758cc7 (
9
lines) (+
6
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
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"));