summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2017-02-26 23:20:36 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2017-02-26 23:20:36 +0100
commit10523f8f79fa7e0248c7b774ad77d4e1e84b5621 (patch)
tree294580d23a055bc578d505d75d4481c6319c0aa6 /test
parent8de9db65575ccd8013753bb3d23426f0da2a669a (diff)
Testsuite: Add EXIM_TEST_NUMBER to the environment
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index 745b360cf..4aa7b864f 100755
--- a/test/runtest
+++ b/test/runtest
@@ -3854,6 +3854,7 @@ foreach $test (@test_list)
# was run and not waited for (usually a daemon or server startup).
$0 = "[runtest $testno]";
+ $ENV{EXIM_TEST_NUMBER} = $testno;
my($commandname) = '';
my($expectrc) = 0;