Revert "test for fixing heimdal build on aix"
[build-farm.git] / m104.fns
index 0a0a0dd12a0112dd0cf39cb1ad35c1133dc568b7..e9b03d66b596b3337af47f3d31b8f9b5c4b64116 100644 (file)
--- a/m104.fns
+++ b/m104.fns
@@ -56,15 +56,13 @@ action_configure() {
 # VOS: explicitly invoke bash here.
        ./timelimit $MAXTIME bash $srcdir/configure $config_and_prefix
        cstatus=$?
-       echo "CONFIGURE STATUS: $cstatus"
-       if [ -f config.h ]; then
-           echo "contents of config.h:"
-           cat config.h
-       fi
-       if [ -f include/config.h ]; then
-           echo "contents of include/config.h:"
-           cat include/config.h
+       if [ x"$cstatus" != x"0" ]; then
+               if [ -f config.log ]; then
+                       echo "contents of config.log:"
+                       cat config.log
+               fi
        fi
+       echo "CONFIGURE STATUS: $cstatus"
        return $cstatus;
 }
 
@@ -128,6 +126,6 @@ per_run_hook
 
 . common.fns
 
-test_tree samba_3_2_test source gcc
-#Skip Samba4 until we shorten file names
-#test_tree samba_4_0_test source gcc
+test_tree samba_3_current source3 gcc
+test_tree samba_3_next source3 gcc
+test_tree samba_3_master source3 gcc