diff options
author | Jeff King <peff@peff.net> | 2014-02-10 09:39:48 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-10 10:20:45 -0800 |
commit | 3bb486e4397415e1855e5edbf28d8e50c3d45265 (patch) | |
tree | 2bdb4dc4f21c937dc166e12f2cebcdf9ba7160e8 /Documentation/RelNotes/1.7.9.4.txt | |
parent | Git 1.9-rc2 (diff) | |
download | tgif-3bb486e4397415e1855e5edbf28d8e50c3d45265.tar.xz |
tests: auto-set LIB_HTTPD_PORT from test name
We set the default apache port for each of the httpd tests
to the 4-digit test number of the test script. We want these
to remain unique so that the tests do not conflict with each
other when run in parallel.
Instead of doing it manually in each test script, let's just
set it from the test name at run time. This is simpler, and
is one less thing to be updated when test scripts are
renamed (e.g., when being re-rolled or when conflicting
after being merged with another topic).
Incidentally, this fixes a case where t5537 and t5538 used
the same port number (5537), and could conflict with each
other when run in parallel.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.9.4.txt')
0 files changed, 0 insertions, 0 deletions