diff --git a/tests/runtests.pl b/tests/runtests.pl index 633485577c1070d19af1139ddbb044fb2cfaf5d8..25f471adf8e3e3433d0986b77939f2af489c887c 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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];