aboutsummaryrefslogtreecommitdiff
path: root/spec/test3_spec.lua
diff options
context:
space:
mode:
authorAlexander <alex@cogarr.net>2019-06-28 16:13:30 -0400
committerAlexander <alex@cogarr.net>2019-06-28 16:13:30 -0400
commit456ee9baefb343e98dc94678e05335a547786c2a (patch)
treef99e44197b789882ea04db01f3aabee99216f3bd /spec/test3_spec.lua
parent4c9856b6876f10a6104761781571a9b7e502561d (diff)
downloadbrokengine-456ee9baefb343e98dc94678e05335a547786c2a.tar.gz
brokengine-456ee9baefb343e98dc94678e05335a547786c2a.tar.bz2
brokengine-456ee9baefb343e98dc94678e05335a547786c2a.zip
Added more tests
Fixed up the networking test, and added something to create the deviceinit file in the first test (so the tests just just run on a new clone now)
Diffstat (limited to 'spec/test3_spec.lua')
-rw-r--r--spec/test3_spec.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/test3_spec.lua b/spec/test3_spec.lua
index e30a0ca..e19741d 100644
--- a/spec/test3_spec.lua
+++ b/spec/test3_spec.lua
@@ -8,6 +8,8 @@ end
function runboth()
--print("Running both")
+ --Do we have a race condition here? (Can client start and send it's message
+ --before the server is ready to accept?
f1 = io.popen("bin\\server\\bin\\brokengine_server.exe spec/server","r")
f2 = io.popen("bin\\client\\bin\\brokengine_client.exe spec/headless","r")
--print("Both ran...")