Allow /build/<checksum>
[amitay/build-farm.git] / m104.fns
index 9b6ff325581752216b4acd3408f25a0b23e738bc..6e4216315f49d0668c9ca326e975143e0c7fd710 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 samba4 source gcc
+test_tree samba_3_current source gcc
+test_tree samba_3_next source gcc
+test_tree samba_3_master source gcc