~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/dbqp_opts/environment_control.opt

Merged Stewart's kick-ass randgen branch - randgen is in the tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
       "--randgen-path"
112
112
     , dest="randgenpath"
113
113
     , action='store'
114
 
     , default=None
 
114
     , default=randgen_path_default
115
115
     , help = "The path to a randgen installation that can be used to execute randgen-based tests"
116
116
     )
117
117