Improved the test harness to allow running test servers on other than

the default port numbers, allowing more than one test suite to run
simultaneously on the same host.
This commit is contained in:
Dan Fandrich 2007-04-30 20:15:33 +00:00
parent 1228ec9fbb
commit 5187faeeb9
7 changed files with 44 additions and 8 deletions

View file

@ -26,6 +26,11 @@ HTTP, urlglob retrieval with bad range
<command option="no-output">
"http://%HOSTIP:%HTTPPORT/[2-1]" -o "log/weee#1.dump" --stderr -
</command>
# The error message on stdout implicitly depends on the length of the
# URL, so refuse to run if the length is unexpected.
<precheck>
perl %SRCDIR/libtest/test75.pl http://%HOSTIP:%HTTPPORT/ 22
</precheck>
</client>
#