Changeset a038290 in mod_gnutls


Ignore:
Timestamp:
Feb 11, 2016, 2:55:48 PM (7 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
7c0ccaf
Parents:
8ac7c0d
Message:

Set the correct PID file in test-26_HTTPS_server_var.bash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/test-26_HTTPS_server_var.bash

    r8ac7c0d ra038290  
    1717
    1818# "Proxy backend" functions are used to start the only instance needed
    19 # here without "runtests". We have to override BACKEND_PORT to use the
    20 # right port.
     19# here without "runtests". We have to override BACKEND_PID and
     20# BACKEND_PORT to make them match what a runtests-based test would
     21# use.
     22export BACKEND_PID="apache2.pid"
    2123export BACKEND_PORT="${TEST_PORT}"
    2224function stop_backend
Note: See TracChangeset for help on using the changeset viewer.