aboutsummaryrefslogtreecommitdiff
path: root/tests/test_sockets.py
diff options
context:
space:
mode:
authorAnthony Pesch <inolen@gmail.com>2013-08-23 18:12:02 -0700
committerAnthony Pesch <inolen@gmail.com>2013-08-23 18:12:19 -0700
commit63e5aee15fae754383edfd9f3faa5b161efeeef3 (patch)
tree07a60570c381ef60cf27a8082e2fa2c588574854 /tests/test_sockets.py
parent51278aa1eb63648b883d93102bc7126e8fb123b1 (diff)
add USE_IFRAME define to support compiled servers
Diffstat (limited to 'tests/test_sockets.py')
-rw-r--r--tests/test_sockets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sockets.py b/tests/test_sockets.py
index 4e8bbd75..82ddc6fe 100644
--- a/tests/test_sockets.py
+++ b/tests/test_sockets.py
@@ -179,7 +179,7 @@ class sockets(BrowserCore):
try:
proc = make_relay_server(2234, 2236)
pids.append(proc.pid)
- self.btest(os.path.join('sockets', 'test_enet_client.c'), expected='0', args=['-DSOCKK=2237'] + enet)
+ self.btest(os.path.join('sockets', 'test_enet_client.c'), expected='0', args=['-DSOCKK=2237', '-DUSE_IFRAME'] + enet)
finally:
clean_pids(pids);