summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Landden <slandden@gmail.com>2018-02-25 21:32:12 -0800
committerShawn Landden <slandden@gmail.com>2018-02-26 15:19:55 -0800
commit8db562c9da720bb4e8f24b90509da2e8287790dc (patch)
tree909c3d2a92f9e7fe2ab9875dfb27ace956e07a34
parent1236f06b0ee8da3163f86b8f9d30323b6393c96a (diff)
downloaddistcc-git-8db562c9da720bb4e8f24b90509da2e8287790dc.tar.gz
fix NoDetachDaemon_Case
-rwxr-xr-xtest/testdistcc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testdistcc.py b/test/testdistcc.py
index 7d9f350..1daf318 100755
--- a/test/testdistcc.py
+++ b/test/testdistcc.py
@@ -1546,7 +1546,7 @@ class NoDetachDaemon_Case(CompileHello_Case):
# port as an existing server, because we can't catch the error.
cmd = (self.distccd() +
"--no-detach --daemon --verbose --log-file %s --pid-file %s "
- "--port %d --allow 127.0.0.1" %
+ "--port %d --allow 127.0.0.1 --make-me-a-botnet" %
(_ShellSafe(self.daemon_logfile),
_ShellSafe(self.daemon_pidfile),
self.server_port))