pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-08-25
2002-08-25 15:25:58 by Martin Nilsson <mani@lysator.liu.se>
741a795e0e782da2f38ed0566796a283578668d2 (
28
lines) (+
14
/-
14
)
[
Show
|
Annotate
]
Branch:
7.9
Attempt to fix half of the verification errors on dbsrv1.emsphone.com
Rev: src/testsuite.in:1.531
1:
-
test_true([["$Id: testsuite.in,v 1.
530
2002/08/
20
22
:
52
:
14
nilsson Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
531
2002/08/
25
15
:
25
:
58
nilsson Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
9334:
switch(s) { case "db": // Protocols.pmod/X.pmod/db
-
case "frontbase.pike":
+
case "msql.pike": case "mysql.pike":
-
+
case "mysql_result.pike":
case "odbc.pike":
-
+
case "odbc_result.pike":
case "oracle.pike": case "postgres.pike":
-
+
case "postgres_result.pike":
case "sybase.pike": #if !constant(GTK.Window) case "GTKSupport.pmod":
9358:
test_dir(file, base_size); }else if(stat[1]>=0){ // werror("Testing file %O\n", file);
-
if(!glob("*/my_struct.pmod",file))
-
{
+
if(glob("*.pike",file) || glob("*.pmod",file)) { #if 0
9376:
} } }
-
}
+
int a() { Array.map(master()->pike_module_path,test_dir);