Changeset 9e35c48 in mod_gnutls


Ignore:
Timestamp:
Mar 17, 2015, 9:18:46 AM (8 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
01b5d85, 10b3370
Parents:
eea8a16
git-author:
Thomas Klute <thomas2.klute@…> (03/17/15 09:17:24)
git-committer:
Thomas Klute <thomas2.klute@…> (03/17/15 09:18:46)
Message:

runtests: Fix flock/Apache call when running with MSVA

The environment variable MONKEYSPHERE_VALIDATION_AGENT_SOCKET must be the
first part of the command line, not the first argument to flock.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/runtests

    reea8a16 r9e35c48  
    8181    trap apache_down_err EXIT
    8282    if [ -n "${USE_MSVA}" ]; then
    83         ${flock_cmd} \
    84             MONKEYSPHERE_VALIDATION_AGENT_SOCKET="http://127.0.0.1:$MSVA_PORT" \
     83        MONKEYSPHERE_VALIDATION_AGENT_SOCKET="http://127.0.0.1:$MSVA_PORT" \
     84            ${flock_cmd} \
    8585            /usr/sbin/apache2 -f "$(pwd)/apache.conf" -k start \
    8686            || [ -e fail.server ]
Note: See TracChangeset for help on using the changeset viewer.