summaryrefslogtreecommitdiff
path: root/tests/runner.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.pm')
-rw-r--r--tests/runner.pm13
1 files changed, 9 insertions, 4 deletions
diff --git a/tests/runner.pm b/tests/runner.pm
index a4851b8cf..69fe323c8 100644
--- a/tests/runner.pm
+++ b/tests/runner.pm
@@ -33,19 +33,19 @@ BEGIN {
use base qw(Exporter);
our @EXPORT = qw(
+ checktestcmd
prepro
restore_test_env
runner_test_preprocess
runner_test_run
- checktestcmd
$DBGCURL
+ $gdb
$gdbthis
$gdbxwin
$shallow
$tortalloc
$valgrind_logfile
$valgrind_tool
- $gdb
);
# these are for debugging only
@@ -61,8 +61,13 @@ use pathhelp qw(
use processhelp qw(
portable_sleep
);
-
-use servers;
+use servers qw(
+ checkcmd
+ serverfortest
+ stopserver
+ stopservers
+ subvariables
+ );
use getpart;
use globalconfig;
use testutil;