aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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;