Commits

Ville Suoranta authored e4adabc0724
Import runRegressionTest
No tags

gcwrap/python/scripts/init_testing.py

Modified
27 27 regression_url = "https://svn.cv.nrao.edu/svn/casa/development_tools/testing/pybot-regression"
28 28 checkout = subprocess.Popen( "svn co %s casa" % regression_url, \
29 29 stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True )
30 30 (output, err) = checkout.communicate()
31 31 if len(err) > 0:
32 32 print "OUTPUT: ", output
33 33 print "ERROR: ", err
34 34
35 35 import publish_summary
36 36 import runUnitTest
37 +import runRegressionTest

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut