build: Fix build farm for hosts other than our coverage test
[build-farm.git] / hape.fns
index 5ff0ab7281c1a2313874d5de4806417250da4f92..eda75d6c8a0158fe1a4a0f2004fec8a58d8068f4 100644 (file)
--- a/hape.fns
+++ b/hape.fns
@@ -22,12 +22,16 @@ for compiler in gcc ; do
        MAKE=gmake test_tree samba_4_0_test . $compiler
 
        export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
-       test_tree samba_3_current source $compiler
+       test_tree samba_3_current source3 $compiler
        export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
-       test_tree samba_3_next source $compiler
+       test_tree samba_3_next source3 $compiler
        export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
-       test_tree samba_3_master source $compiler
+       test_tree samba_3_master source3 $compiler
 
 done
 
 global_unlock
+# as long as killbysubdir doesn't work on HP-UX, let's killall our build user's
+# processes:
+cd / ; killall
+