From fae86592f9a7ddb0a5820d4a5920d7a5d14d6404 Mon Sep 17 00:00:00 2001 From: Ciju John Date: Wed, 16 May 2018 11:23:11 -0500 Subject: [PATCH] Remove hard coded launcher nogen parameter. --- tests/testUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testUtils.py b/tests/testUtils.py index e15496959..9ee8dcca3 100755 --- a/tests/testUtils.py +++ b/tests/testUtils.py @@ -1276,7 +1276,7 @@ class Cluster(object): if len(self.nodes) > 0: raise RuntimeError("Cluster already running.") - cmd="%s -p %s -n %s -s %s -d %s -f --nogen" % ( + cmd="%s -p %s -n %s -s %s -d %s -f" % ( Utils.EosLauncherPath, pnodes, totalNodes, topo, delay) cmdArr=cmd.split() if self.staging: -- GitLab