We're testing the whirled client/server presently. I should probably make
other versions of these scripts or enhance this one to allow selection of client and server with a flag. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@241 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
bindir=`dirname $0`
|
bindir=`dirname $0`
|
||||||
$bindir/runjava com.threerings.cocktail.cher.client.test.TestClient $*
|
$bindir/runjava com.threerings.whirled.client.test.TestClient $*
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
bindir=`dirname $0`
|
bindir=`dirname $0`
|
||||||
$bindir/runjava $* com.threerings.cocktail.cher.server.test.TestServer
|
$bindir/runjava $* com.threerings.whirled.server.WhirledServer
|
||||||
|
|||||||
Reference in New Issue
Block a user