Changeset 39bd695 in mod_gnutls for test/Makefile.am
- Timestamp:
- May 8, 2015, 8:38:29 PM (8 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 87f1ed2
- Parents:
- 4133f2d
- git-author:
- Thomas Klute <thomas2.klute@…> (05/08/15 20:25:52)
- git-committer:
- Thomas Klute <thomas2.klute@…> (05/08/15 20:38:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r4133f2d r39bd695 26 26 test-23_TLS_reverse_proxy_mismatched_priorities.bash 27 27 28 # Test cases trying to create keys and certificates in parallel causes 29 # race conditions. Ensure that all keys and certificates are generated 30 # before tests get to run. 31 # 32 # NOTE: Once the support files have been generated, test cases can be 33 # run with multiple jobs, but real parallelization would require 34 # dynamic port assignments. At the moment, lock files ensure that only 35 # one Apache instance (possibly plus a proxy back end instance) is 36 # running at any time, so test cases actually have to wait for each 37 # other - just not in any particular order. 38 check_DATA = setup.done 39 40 # Sadly, TestMakefile breaks when trying to generate keys and 41 # certificates with parallel make. Until that's fixed, enforce "-j1". 42 setup.done: 43 $(MAKE) -f TestMakefile $(AM_MAKEFLAGS) -j1 $@ 44 28 45 clean-local: 29 46 make -f TestMakefile clean
Note: See TracChangeset
for help on using the changeset viewer.