aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-04-17 07:30:56 +0000
committerYang Tse <yangsita@gmail.com>2009-04-17 07:30:56 +0000
commit8aa88f4d369b24e2a4026bc2e3189504d3d460cf (patch)
tree6fac612c986003b334313d5fe1ddd7e0dff2a398 /tests
parentce7b5655954393e4d1d2ff64bafa0ba28cae336d (diff)
re-enable all tests for all icc autobuilds
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl15
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 8e1cd220b..467b70670 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -6,7 +6,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -1822,19 +1822,6 @@ sub singletest {
last;
}
- my $dbghosttype=join(' ', runclientoutput("uname -a"));
- if(($dbghosttype =~ /SMP PREEMPT/) && ($dbghosttype =~ /i686 GNU/)) {
- if(!$curl_debug) {
- if(($testnum != 1) && ($testnum != 100) &&
- ($testnum != 500) && ($testnum != 507) &&
- ($testnum != 517) && ($testnum != 534) &&
- ($testnum != 558) && ($testnum != 559) &&
- ($testnum != 557) && ($testnum != 1013)) {
- $why = "debugging icc build";
- }
- }
- }
-
if(!$why) {
my @keywords = getpart("info", "keywords");
my $match;