Skip to content

Commit

Permalink
quick cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandshoemaker authored and jsha committed Jun 2, 2015
1 parent af3abc9 commit be7943d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/amqp-integration-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def start():
-ca-key test/test-ca.key \
-config test/cfssl-config.json
''' % tempdir, shell=True, stdout=None)]
# time.sleep(30)

def run_test():
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
Expand Down Expand Up @@ -86,4 +85,4 @@ def run_test():
print("\n\nSUCCESS")
else:
print("\n\nFAILURE")
sys.exit(status)
sys.exit(status)

0 comments on commit be7943d

Please sign in to comment.