Fix cli tests for new countercli app
This commit is contained in:
parent
2f3c7002fa
commit
526e2136e1
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# these are two globals to control all scripts (can use eg. counter instead)
|
# these are two globals to control all scripts (can use eg. counter instead)
|
||||||
SERVER_EXE=counter
|
SERVER_EXE=counter
|
||||||
CLIENT_EXE=basecli # TODO: move to countercli
|
CLIENT_EXE=countercli
|
||||||
|
|
||||||
oneTimeSetUp() {
|
oneTimeSetUp() {
|
||||||
# these are passed in as args
|
# these are passed in as args
|
||||||
|
|
Loading…
Reference in New Issue