aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-02-11 20:10:36 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-02-11 20:10:36 +0000
commit75c369dcca218841c6935ca8cf04c2bde7e83164 (patch)
tree9782bcf9d432c1addf7efc7811b901e07975898d /tests
parent019f6a1926e28bc2ecc12e0acf3b22fde481f235 (diff)
Disable test due to keyword before disabling due to bad server.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 633485577..25f471adf 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -1805,10 +1805,6 @@ sub singletest {
}
if(!$why) {
- $why = serverfortest($testnum);
- }
-
- if(!$why) {
my @keywords = getpart("info", "keywords");
my $k;
for $k (@keywords) {
@@ -1820,6 +1816,10 @@ sub singletest {
}
if(!$why) {
+ $why = serverfortest($testnum);
+ }
+
+ if(!$why) {
my @precheck = getpart("client", "precheck");
$cmd = $precheck[0];
chomp $cmd;