- Timestamp:
- Jan 23, 2016, 6:15:09 PM (5 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 5b6a5d9
- Parents:
- 62ba7f0
- Location:
- test
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
test/.gitignore
r62ba7f0 rf87c1b5 1 1 cache 2 proxy_backend.conf 2 3 *~ 3 4 logs -
test/proxy_backend.bash
r62ba7f0 rf87c1b5 33 33 case $action in 34 34 start) 35 if [ -n "${lockfile}" ]; then 35 if [ -n "${USE_TEST_NAMESPACE}" ]; then 36 echo "Using namespaces to isolate tests, no need for" \ 37 "locking." 38 flock_cmd="" 39 elif [ -n "${lockfile}" ]; then 36 40 flock_cmd="${FLOCK} -w ${TEST_LOCK_WAIT} ${lockfile}" 37 41 else -
test/proxy_backend.conf.in
r62ba7f0 rf87c1b5 2 2 CustomLog logs/${TEST_NAME}.backend.access.log combined 3 3 ErrorLog logs/${TEST_NAME}.backend.error.log 4 PidFile backend .pid4 PidFile backend@PID_AFFIX@.pid
Note: See TracChangeset
for help on using the changeset viewer.