- Timestamp:
- Jan 26, 2015, 8:10:12 AM (8 years ago)
- 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)
- Location:
- test
- Files:
-
- 112 moved
Legend:
- Unmodified
- Added
- Removed
-
test/runtests
rc51e33a r8dcf888 20 20 21 21 if [ . != "$(dirname "$0")" ]; then 22 printf "You should only run this mod-gnutls test suite from the t / directory of the mod_gnutls source.\n" >&222 printf "You should only run this mod-gnutls test suite from the test/ directory of the mod_gnutls source.\n" >&2 23 23 exit 1 24 24 fi … … 53 53 54 54 printf "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 55 MONKEYSPHERE_VALIDATION_AGENT_SOCKET="http://127.0.0.1:$MSVA_PORT" msva-query-agent https "$(cat client.uid)" x509pem client < client/x509.pem 56 56 printf "\nSUCCESS: initial MSVA verification\n" 57 57
Note: See TracChangeset
for help on using the changeset viewer.