Changeset f87c1b5 in mod_gnutls for test/proxy_backend.bash
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.