Browse Source

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 11 năm trước cách đây
mục cha
commit
9a00a3017e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: "