build: Fix build farm for hosts other than our coverage test
[build-farm.git] / buildsamba02.fns
index 62e965e302693b81a58bd7ee9caf4e89888b71c2..13228ca01900f327ad5a79f7ec0a422ccae0f9c3 100644 (file)
@@ -1,39 +1,3 @@
-per_run_hook
-
-global_lock
-
-#. install_python.fns
-
-action_test() {
-       echo "PWD: "`pwd`
-       ls -lrtda ../../
-       case $tree in
-               samba_4*)
-               ../buildtools/bin/waf test
-                       ;;
-               *)
-                       do_make test
-                       ;;
-       esac
-    totalstatus=$?
-
-    # if we produced a test summary then show it
-    [ -f st/summary ] && {
-        echo "TEST SUMMARY"
-        cat st/summary
-    }
-
-    return "$totalstatus"
-}
-
-for compiler in gcc;  do
-       . common.fns
-
-       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
-done
-
-global_unlock
+ unset TEST_LDAP
+ unset TEST_OPTIONS
+. generic.fns