Explorar o código

Merge pull request #5161 from AttilaVamos/HPCC-10444-fix

HPCC-10444 Regression Suite failed in overnight build and test

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman %!s(int64=11) %!d(string=hai) anos
pai
achega
9a00a3017e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: "