pike.git/
bin/
test_pike.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2002-12-29
2002-12-29 22:32:00 by Martin Nilsson <mani@lysator.liu.se>
4a156f4d092a4766948169ece797746cdf4c3a85 (
10
lines) (+
7
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Removed _TEST
Rev: bin/test_pike.pike:1.78
1:
#!/usr/local/bin/pike
-
/* $Id: test_pike.pike,v 1.
77
2002/12/
02
02
:
09
:
26
nilsson Exp $ */
+
/* $Id: test_pike.pike,v 1.
78
2002/12/
29
22
:
32
:
00
nilsson Exp $ */
import Stdio;
258:
array(string) testsuites=({}); args=args[..sizeof(args)-1-argc]; add_constant("RUNPIKE", map(args, Process.sh_quote)*" ");
-
mapping test_mapping = ([]);
-
add_constant("_TEST", lambda(){ return test_mapping; });
+
foreach(Getopt.find_all_options(argv,aggregate( ({"no-watchdog",Getopt.NO_ARG,({"--no-watchdog"})}),
888:
} #endif
+
add_constant("regression");
+
add_constant("_verbose");
+
add_constant("_signal_watchdog");
+
add_constant("RUNPIKE");
+
#ifdef WATCHDOG_SIGNAL if(use_watchdog) {