Przeglądaj źródła

HPCC-10444 Regression Suite failed in overnight build and test

Fix cluster listing problem

Signed-off-by: Attila Vamos <attila.vamos@gmail.com>
Attila Vamos 11 lat temu
rodzic
commit
913a5ba634
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      testing/regress/regress

+ 1 - 0
testing/regress/regress

@@ -70,6 +70,7 @@ if __name__ == "__main__":
     try:
         if 'clusters' in args:
             Clusters = ['setup']
+            regress = Regression(args.config, args.loglevel, suiteDir)
             for cluster in regress.config.Clusters:
                 Clusters.append(str(cluster))
             print "Avaliable Clusters: "