Changeset 8184ad0 in mod_gnutls
- Timestamp:
- Feb 6, 2017, 9:49:50 AM (6 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
- Children:
- bbfcbb5
- Parents:
- 26ae700
- Location:
- test
- Files:
-
- 2 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." -
test/runtests
r26ae700 r8184ad0 158 158 flock_cmd="" 159 159 elif [ -n "${TEST_LOCK}" ]; then 160 flock_cmd="${FLOCK} - w ${TEST_LOCK_WAIT} $(realpath ${TEST_LOCK})"160 flock_cmd="${FLOCK} --verbose -w ${TEST_LOCK_WAIT} $(realpath ${TEST_LOCK})" 161 161 else 162 162 echo "Locking disabled, using wait based on Apache PID file."
Note: See TracChangeset
for help on using the changeset viewer.