]> git.saurik.com Git - apple/security.git/blob - SecurityTests/PostSecurityTests.sh
Security-57031.1.35.tar.gz
[apple/security.git] / SecurityTests / PostSecurityTests.sh
1 #!/bin/sh
2
3 # PostSecurityTests.sh
4 # Security
5 #
6 # Created by Fabrice Gautier on 6/9/11.
7 # Copyright 2011 Apple, Inc. All rights reserved.
8
9 echo "PostSecuritTests.sh: post-run script"
10
11 echo "Killing all servers..."
12
13 killall openssl
14 killall gnutls-serv
15 kill `cat tcprelay.pid`
16
17 echo "Done killing~~"