Changeset 8dcf888 in mod_gnutls for test


Ignore:
Timestamp:
Jan 26, 2015, 8:10:12 AM (8 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
5951102
Parents:
c51e33a
git-author:
Thomas Klute <thomas2.klute@…> (01/26/15 07:39:36)
git-committer:
Thomas Klute <thomas2.klute@…> (01/26/15 08:10:12)
Message:

Rename test suite directory from t/ to test/

This is the same name Apache uses for the test directory.

Location:
test
Files:
112 moved

Legend:

Unmodified
Added
Removed
  • test/runtests

    rc51e33a r8dcf888  
    2020
    2121if [ . != "$(dirname "$0")" ]; then
    22     printf "You should only run this mod-gnutls test suite from the t/ directory of the mod_gnutls source.\n" >&2
     22    printf "You should only run this mod-gnutls test suite from the test/ directory of the mod_gnutls source.\n" >&2
    2323    exit 1
    2424fi
     
    5353
    5454printf "TESTING: initial MSVA verification\n"
    55 MONKEYSPHERE_VALIDATION_AGENT_SOCKET="http://127.0.0.1:$MSVA_PORT" msva-query-agent https "$(cat client.uid)" x509pem client < client/x509.pem 
     55MONKEYSPHERE_VALIDATION_AGENT_SOCKET="http://127.0.0.1:$MSVA_PORT" msva-query-agent https "$(cat client.uid)" x509pem client < client/x509.pem
    5656printf "\nSUCCESS: initial MSVA verification\n"
    5757
Note: See TracChangeset for help on using the changeset viewer.