Changeset cf4e708 in mod_gnutls for test/runtests
- Timestamp:
- Jan 23, 2016, 5:11:43 PM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
- Children:
- ddf6027
- Parents:
- bca7629
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/runtests
rbca7629 rcf4e708 7 7 set -e 8 8 . ${srcdir}/common.bash 9 netns_reexec ${@} 9 10 10 11 testid="${1##t-}" … … 153 154 TEST_PID="apache2.pid" 154 155 # configure locking for the Apache process 155 if [ -n "${TEST_LOCK}" ]; then 156 if [ -n "${USE_TEST_NAMESPACE}" ]; then 157 echo "Using namespaces to isolate tests, no need for locking." 158 flock_cmd="" 159 elif [ -n "${TEST_LOCK}" ]; then 156 160 flock_cmd="${FLOCK} -w ${TEST_LOCK_WAIT} $(realpath ${TEST_LOCK})" 157 161 else
Note: See TracChangeset
for help on using the changeset viewer.