aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_mem_consumption.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/integration-tests/test_mem_consumption.py')
-rwxr-xr-xsrc/integration-tests/test_mem_consumption.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integration-tests/test_mem_consumption.py b/src/integration-tests/test_mem_consumption.py
index 0233904a4..d70da5493 100755
--- a/src/integration-tests/test_mem_consumption.py
+++ b/src/integration-tests/test_mem_consumption.py
@@ -109,7 +109,7 @@ def run ():
109 success = False 109 success = False
110 110
111 test = Test ('test_memory_consumption', verbose) 111 test = Test ('test_memory_consumption', verbose)
112 server = Peer(test, './confs/c_bootstrap_server.conf'); 112 server = Peer(test, './confs/c_bootstrap_server_w_massif.conf');
113 server.start(); 113 server.start();
114 client = Peer(test, './confs/c_no_nat_client.conf'); 114 client = Peer(test, './confs/c_no_nat_client.conf');
115 client.start(); 115 client.start();