Drop checker prefix (color should be sufficient).
[build-farm.git] / SerNet-solaris8.fns
index e7098d4b30711569c4cc93e28251011742651f34..a096051821eb9f1ed2dc6f802ad724b055f68c20 100644 (file)
@@ -6,25 +6,21 @@ MAXTIME=36000
 TORTURE_MAXTIME=3600
 SMBD_MAXTIME=18000
 SAMBA_MAXTIME=18000
-export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
+LD_LIBRARY_PATH=/usr/local/ssl/lib
+export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME LD_LIBRARY_PATH
+compilers="cc gcc"
 
-for compiler in cc ; do
+for compiler in $compilers; do
        #export config="--with-included-popt"
        . common.fns
-
-       test_tree samba_4_0_test source $compiler
-
-       # this is a strange one. SerNet-solaris8 has two copies
-       # of iconv, one in /usr and the other in /usr/local
-       # it also has the python libs, but only in /usr/local
-       # we need to ensure it doesn't find python in /usr/local
-       # and iconv from /usr, otherwise the -I flags will conflict
-       CFLAGS="-I/usr/local/include" test_tree samba_4_0_waf source4 $compiler
-
+       TDB_NO_FSYNC=1
+       export TDB_NO_FSYNC
+       test_tree samba_4_0_test source4 $compiler
        test_tree samba_3_current source $compiler
        test_tree samba_3_next source $compiler
        test_tree samba_3_master source $compiler
-
+       TDB_NO_FSYNC=0
+       export TDB_NO_FSYNC
 done
 
 global_unlock