aboutsummaryrefslogtreecommitdiff
path: root/spec/test3_spec.lua
diff options
context:
space:
mode:
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...")