Changeset ddf6027 in mod_gnutls


Ignore:
Timestamp:
Jan 23, 2016, 5:43:56 PM (7 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
725e9af
Parents:
cf4e708
Message:

Test suite: Move Listen configuration to test/apache-conf/

This simplifies the base configuration a bit.

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • configure.ac

    rcf4e708 rddf6027  
    175175
    176176AC_CONFIG_FILES([Makefile src/Makefile test/Makefile test/tests/Makefile \
    177                           doc/Makefile include/mod_gnutls.h test/listen.conf \
    178                           test/apache-conf/netns.conf])
     177                        doc/Makefile include/mod_gnutls.h \
     178                        test/apache-conf/listen.conf \
     179                        test/apache-conf/netns.conf])
    179180AC_OUTPUT
    180181
  • test/.gitignore

    rcf4e708 rddf6027  
    11cache
    2 listen.conf
    32*~
    43logs
  • test/apache-conf/.gitignore

    rcf4e708 rddf6027  
    11netns.conf
     2listen.conf
  • test/base_apache.conf

    rcf4e708 rddf6027  
    1313TypesConfig ${srcdir}/mime.types
    1414
    15 Include         listen.conf
    1615Include         apache-conf/*.conf
    1716
Note: See TracChangeset for help on using the changeset viewer.