Re: Run httpd's testsuite

2018-09-03 Thread Jim Jagielski
The test framework itself is under: https://svn.apache.org/viewvc/httpd/test/framework/trunk/ and is run using: t/TEST > On Sep 3, 2018, at 3:34 AM, Danesh Daroui wrote: > > Hi Jim! > > Thanks for the tip, but how can I do that? Following the make file > when "make check" is

Re: Run httpd's testsuite

2018-09-03 Thread Danesh Daroui
Hi Jim! Thanks for the tip, but how can I do that? Following the make file when "make check" is executed would be an option? Regards, Danesh On Sun, Sep 2, 2018 at 9:25 PM Jim Jagielski wrote: > > FWIW, I've never run 'make check' but always run the test suite explicitly. > > > On Sep 2,

Re: Run httpd's testsuite

2018-09-02 Thread Jim Jagielski
FWIW, I've never run 'make check' but always run the test suite explicitly. > On Sep 2, 2018, at 6:49 AM, Danesh Daroui wrote: > > Hi all, > > I would like to be bale to run Apache https's testsuite. I have clones > Apache-Test and configures the project with the given path and then > built

Re: Run httpd's testsuite

2018-09-02 Thread Danesh Daroui
Hi Daniel, Thank you for your clarification. I actually configured the server with --with-modules=reallyall and even --enable-load-all-modules and executed the tests but the result was same. Same tests didn't ran at all. The reason that I am a bit surprised with the small number of tests is that,

Re: Run httpd's testsuite

2018-09-02 Thread Daniel Ruggeri
Hi, Danesh; Actually, that output looks correct for a very limited server configuration. The test suite will detect the configured modules and run tests for only those modules. As you noticed, for example, since mod_perl is not installed in your server, those tests are skipped. If you built

Run httpd's testsuite

2018-09-02 Thread Danesh Daroui
Hi all, I would like to be bale to run Apache https's testsuite. I have clones Apache-Test and configures the project with the given path and then built the httpd server, but when I execute "make cheek", all tests for "all.t" are skipped. The logs show that the test scripts runs the server with