Build: workaround inlining problems on Solaris
[users/jgh/exim.git] / test / runtest
index f5e4063a8e19d8252539a0360db8f7f0aae2c9ae..8f6bd28b8b35e8079cb610628a2f1b706e1cd243 100755 (executable)
@@ -1203,6 +1203,9 @@ RESET_AFTER_EXTRA_LINE_READ:
     # Not all platforms build with DKIM enabled
     next if /^PDKIM >> Body data for hash, canonicalized/;
 
+    # Not all platforms build with SPF enabled
+    next if /^(spf_conn_init|SPF_dns_exim_new|spf_compile\.c)/;
+
     # Not all platforms have sendfile support
     next if /^cannot use sendfile for body: no support$/;
 
@@ -4225,14 +4228,22 @@ foreach $test (@test_list)
           print "==================>\n";
           system("tail -20 test-stdout");
           print "===================\n";
+
           print "stderr tail:\n";
           print "==================>\n";
-          system("tail -20 test-stderr");
+          system("tail -30 test-stderr");
           print "===================\n";
+
+          print "stdout-server tail:\n";
+          print "==================>\n";
+          system("tail -20 test-stdout-server");
+          print "===================\n";
+
           print "stderr-server tail:\n";
           print "==================>\n";
-          system("tail -20 test-stderr-server");
+          system("tail -30 test-stderr-server");
           print "===================\n";
+
           print "... continue forced\n";
           }