some css elements are standard now, now brwowser specific names needed for those
[build-farm.git] / hape.fns
index 6e6b7f4f7c0019a5788b6e0268812826381a40a1..99560715b30cebc38dedf9736ad18e990afcd435 100644 (file)
--- a/hape.fns
+++ b/hape.fns
@@ -7,11 +7,26 @@ global_lock
 #PATH=/data/gcc/3.4.3/pa20_64/bin:$PATH
 #export PATH
 
-. common.fns
+MAXTIME=18000
+TORTURE_MAXTIME=3600
+SMBD_MAXTIME=18000
+SAMBA_MAXTIME=18000
+export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
 
-#export config="--with-acl-support --with-libiconv=/usr/local/"
-export config="--with-acl-support --with-libiconv=/usr/local"
-test_tree samba_3_0 source gcc
+#for compiler in gcc cc ; do
+for compiler in gcc ; do
+       export config=""
+       . common.fns
 
+       export config="--bundled-libraries=popt"
+       MAKE=gmake
+       test_tree samba_current . $compiler
+       test_tree samba_next . $compiler
+       test_tree samba_master . $compiler
+done
 
 global_unlock
+# as long as killbysubdir doesn't work on HP-UX, let's killall our build user's
+# processes:
+cd / ; killall
+