Changeset 8184ad0 in mod_gnutls


Ignore:
Timestamp:
Feb 6, 2017, 9:49:50 AM (6 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
Children:
bbfcbb5
Parents:
26ae700
Message:

Test suite: Run flock with "--verbose" to log timeouts

Location:
test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/proxy_backend.bash

    r26ae700 r8184ad0  
    3838                    flock_cmd=""
    3939                elif [ -n "${lockfile}" ]; then
    40                     flock_cmd="${FLOCK} -w ${TEST_LOCK_WAIT} ${lockfile}"
     40                    flock_cmd="${FLOCK} --verbose -w ${TEST_LOCK_WAIT} ${lockfile}"
    4141                else
    4242                    echo "Locking disabled, using wait based on proxy PID file."
  • test/runtests

    r26ae700 r8184ad0  
    158158    flock_cmd=""
    159159elif [ -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})"
    161161else
    162162    echo "Locking disabled, using wait based on Apache PID file."
Note: See TracChangeset for help on using the changeset viewer.