ngx-fancyindex/t
Adrian Perez de Castro 5e621202bd
Use only the new-style module configuration for dynamic builds
For static builds we still need to manually reorder $HTTP_MODULES, and we
cannot source "auto/module" like the new-style configuration mode needs,
because the "auto/module" snippet modifies $HTTP_MODULES itself, but ignores
the new $ngx_module_order variable when doing a static build.

Fortunately, the old-style way of configuring the module is still working in
all Nginx versions for statically built modules, so we can keep using that
for static builds.

This fixes issue #46.
2016-08-18 20:30:43 +03:00
..
has-index Use only the new-style module configuration for dynamic builds 2016-08-18 20:30:43 +03:00
00-build-artifacts.test Tests: Add test descriptions 2016-08-18 18:16:16 +03:00
01-smoke-hasindex.test Tests: Add test descriptions 2016-08-18 18:16:16 +03:00
02-smoke-indexisfancy.test Tests: Add test descriptions 2016-08-18 18:16:16 +03:00
build-and-run Script which replicates the build-and-test done by Travis-CI 2016-08-18 18:16:30 +03:00
has-index.test Use only the new-style module configuration for dynamic builds 2016-08-18 20:30:43 +03:00
nginx.conf Tests: Smoke-test that the module is returning data 2016-08-18 00:44:07 +03:00
preamble Ensure that a clean environment is used to launch Nginx in tests 2016-08-18 16:48:28 +03:00
run t/run: Add some spacing and formatting to failed test outputs 2016-08-18 19:19:11 +03:00