use generic.fns in SerNet-Tru64.fns
[build-farm.git] / buildsamba02.fns
index 365331ce0b8685342a0be5fb39a61ad20f9cff6a..13228ca01900f327ad5a79f7ec0a422ccae0f9c3 100644 (file)
@@ -1,41 +1,3 @@
-per_run_hook
-
-global_lock
-
-#. install_python.fns
-
-action_test() {
-       set
-       env
-       case $tree in
-               samba_4*)
-                 unset TEST_LDAP
-                 unset TEST_OPTIONS
-               ../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