Skip to content

Commit

Permalink
Update test script to use shadowsocks-nodejs from npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfdecyf committed Aug 2, 2013
1 parent bf937b0 commit 1f65480
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions script/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,12 @@ LOCAL="shadowsocks-local"
test_server_local_pair

if [[ -n $SS_NODEJS ]]; then
pushd $SS_NODEJS

SERVER="node server.js"
SERVER="ssserver"
LOCAL="shadowsocks-local"
test_server_local_pair

SERVER="shadowsocks-server"
LOCAL="node local.js"
LOCAL="sslocal"
test_server_local_pair

popd $SS_NODEJS
fi

0 comments on commit 1f65480

Please sign in to comment.