Browse Source

Merge pull request #5891 from AttilaVamos/HPCC-11325-fix2

HPCC-11325 Include argparse.py in regression suite

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 years ago
parent
commit
74325ced93
2 changed files with 2362 additions and 2 deletions
  1. 1 2
      testing/regress/ecl-test
  2. 2361 0
      testing/regress/hpcc/util/argparse.py

+ 1 - 2
testing/regress/ecl-test

@@ -18,8 +18,6 @@
     limitations under the License.
 ############################################################################ */
 '''
-
-import argparse
 import logging
 import os
 import platform
@@ -27,6 +25,7 @@ import atexit
 import traceback
 import glob
 
+from hpcc.util import argparse
 from hpcc.regression.regress import Regression
 from hpcc.util.ecl.file import ECLFile
 from hpcc.util.util import checkPqParam,  getVersionNumbers

File diff suppressed because it is too large
+ 2361 - 0
testing/regress/hpcc/util/argparse.py