瀏覽代碼

Merge pull request #5163 from AttilaVamos/HPCC-10445-fix

HPCC-10445 Python crashed at exit of Regression Suite in overnight build and  test

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 年之前
父節點
當前提交
25981e5666
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      testing/regress/regress

+ 0 - 1
testing/regress/regress

@@ -29,7 +29,6 @@ from hpcc.util.ecl.file import ECLFile
 from hpcc.util.util import checkPqParam
 
 if __name__ == "__main__":
-    atexit.register(logging.shutdown)
     prog = "regress"
     description = 'HPCC Platform Regression suite'
     parser = argparse.ArgumentParser(prog=prog, description=description)