git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Testsuite: Add EXIM_TEST_NUMBER to the environment
[users/jgh/exim.git]
/
test
/
runtest
diff --git
a/test/runtest
b/test/runtest
index 745b360cf5e6e14528cd2f1ee47af3c0c9281c7a..4aa7b864ff12472135922170be606a21642fda58 100755
(executable)
--- 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;