pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-05-27
2003-05-27 16:12:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
01d249c81742f3c1f2fca779a4793694ce988675 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/testsuite.in:1.646
1:
-
test_true([["$Id: testsuite.in,v 1.
645
2003/05/27
15
:
31
:
41
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
646
2003/05/27
16
:
12
:
42
grubba Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
9613:
Process.TraceProcess proc = Process.TraceProcess(RUNPIKE_ARRAY + ({ "-e", "sleep(99999)" }));
-
inst
state;
+
int
state;
int code; while ((code = proc->wait()) == -2) { int sig = proc->last_signal();