Changeset 8184ad0 in mod_gnutls for test/proxy_backend.bash
- Timestamp:
- Feb 6, 2017, 9:49:50 AM (4 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- bbfcbb5
- Parents:
- 26ae700
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/proxy_backend.bash
r26ae700 r8184ad0 38 38 flock_cmd="" 39 39 elif [ -n "${lockfile}" ]; then 40 flock_cmd="${FLOCK} - w ${TEST_LOCK_WAIT} ${lockfile}"40 flock_cmd="${FLOCK} --verbose -w ${TEST_LOCK_WAIT} ${lockfile}" 41 41 else 42 42 echo "Locking disabled, using wait based on proxy PID file."
Note: See TracChangeset
for help on using the changeset viewer.