diff options
Diffstat (limited to 'cpp/src/tests/start_cluster_hosts')
| -rwxr-xr-x | cpp/src/tests/start_cluster_hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/start_cluster_hosts b/cpp/src/tests/start_cluster_hosts index 7680da01ad..778b4248da 100755 --- a/cpp/src/tests/start_cluster_hosts +++ b/cpp/src/tests/start_cluster_hosts @@ -52,7 +52,7 @@ while getopts "kp:n:q:r" ARG ; do done shift `expr $OPTIND - 1` test -n "$PORT" && PORTOPT="-p $PORT" -test "$KILL" = yes && KILL="$QPIDD -q $PORTOPT ;" +test "$KILL" = yes && KILL="$QPIDD --no-module-dir -q $PORTOPT ;" CLUSTER=${*:-$CLUSTER} # Use args or env test -z "$CLUSTER" && { echo Must specify at least one host; exit 1; } |
