Disable test due to keyword before disabling due to bad server.

This commit is contained in:
Dan Fandrich 2008-02-11 20:10:36 +00:00
parent 019f6a1926
commit 75c369dcca
1 changed files with 4 additions and 4 deletions

View File

@ -1804,10 +1804,6 @@ sub singletest {
last;
}
if(!$why) {
$why = serverfortest($testnum);
}
if(!$why) {
my @keywords = getpart("info", "keywords");
my $k;
@ -1819,6 +1815,10 @@ sub singletest {
}
}
if(!$why) {
$why = serverfortest($testnum);
}
if(!$why) {
my @precheck = getpart("client", "precheck");
$cmd = $precheck[0];