From eae27d178829e0a2529c6e51a1b9b7acb08f7d14 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 8 Sep 2008 16:50:04 +0000 Subject: Disable all tests on i686 icc autobuilds to inspect build messages --- tests/runtests.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/runtests.pl b/tests/runtests.pl index 79d85e674..32169084d 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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; -- cgit v1.2.3