Browse Source

refine test

auth
clowwindy 10 years ago
parent
commit
0592fcefbd
  1. 8
      test.py

8
test.py

@ -7,11 +7,11 @@ import signal
import select
import time
from subprocess import Popen, PIPE
from shadowsocks import encrypt_salsa20
encrypt_salsa20.test()
print 'encryption test passed'
if 'salsa20' in sys.argv[-1]:
from shadowsocks import encrypt_salsa20
encrypt_salsa20.test()
print 'encryption test passed'
p1 = Popen(['python', 'shadowsocks/server.py', '-c', sys.argv[-1]], stdin=PIPE,
stdout=PIPE, stderr=PIPE, close_fds=True)

Loading…
Cancel
Save