aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-08 16:50:04 +0000
committerYang Tse <yangsita@gmail.com>2008-09-08 16:50:04 +0000
commiteae27d178829e0a2529c6e51a1b9b7acb08f7d14 (patch)
tree225927ca0db23d5ec15ea886b5ee4c9b245553fa /tests
parenta3787eff192c5f862651b5acdc4a4dfa1cac7e3d (diff)
Disable all tests on i686 icc autobuilds to inspect build messages
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl5
1 files changed, 5 insertions, 0 deletions
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;