]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Disable all tests on i686 icc autobuilds to inspect build messages
authorYang Tse <yangsita@gmail.com>
Mon, 8 Sep 2008 16:50:04 +0000 (16:50 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 8 Sep 2008 16:50:04 +0000 (16:50 +0000)
tests/runtests.pl

index 79d85e674c161569fc4131a0e0577c6a3b3cc69f..32169084d762b055b2eda4867fbf8c3524247703 100755 (executable)
@@ -1820,6 +1820,11 @@ sub singletest {
         last;
     }
 
+    my $dbghosttype=join(' ', runclientoutput("uname -a"));
+    if(($dbghosttype =~ /SMP PREEMPT/) && ($dbghosttype =~ /i686 GNU/)) {
+        $why = "debugging icc build";
+    }
+
     if(!$why) {
         my @keywords = getpart("info", "keywords");
        my $match;