Index: server/tests/netpipe/netpipe.py |
diff --git a/server/tests/netpipe/netpipe.py b/server/tests/netpipe/netpipe.py |
index 3b3bdc7c4b9b26f779b319f8bbdb15348390d91b..33d075f2f419c4243a4fe59952f3d5604e8489b1 100644 |
--- a/server/tests/netpipe/netpipe.py |
+++ b/server/tests/netpipe/netpipe.py |
@@ -38,9 +38,11 @@ class netpipe(test.test): |
buffer, upper_bound, variance) |
server_command = subcommand.subcommand(server_at.run, |
- [server_control_file, server.hostname]) |
+ [server_control_file, server.hostname], |
+ subdir='server') |
client_command = subcommand.subcommand(client_at.run, |
- [client_control_file, client.hostname]) |
+ [client_control_file, client.hostname], |
+ subdir='client') |
subcommand.parallel([server_command, client_command]) |