- Timestamp:
- Feb 8, 2017, 7:27:17 AM (4 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- fb4da99
- Parents:
- 6c030c1
- Location:
- test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/proxy_backend.bash
r6c030c1 r4ae5b82 38 38 flock_cmd="" 39 39 elif [ -n "${lockfile}" ]; then 40 flock_cmd="${FLOCK} - -verbose -w ${TEST_LOCK_WAIT} ${lockfile}"40 flock_cmd="${FLOCK} -w ${TEST_LOCK_WAIT} ${lockfile}" 41 41 else 42 42 echo "Locking disabled, using wait based on proxy PID file." -
test/runtests
r6c030c1 r4ae5b82 160 160 flock_cmd="" 161 161 elif [ -n "${TEST_LOCK}" ]; then 162 flock_cmd="${FLOCK} - -verbose -w ${TEST_LOCK_WAIT} $(realpath ${TEST_LOCK})"162 flock_cmd="${FLOCK} -w ${TEST_LOCK_WAIT} $(realpath ${TEST_LOCK})" 163 163 else 164 164 echo "Locking disabled, using wait based on Apache PID file."
Note: See TracChangeset
for help on using the changeset viewer.