~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to runall.pl

initial fixes for drizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
283
283
push @gentest_options, "--xml-output=$xml_output" if defined $xml_output;
284
284
push @gentest_options, "--debug" if defined $debug;
285
285
push @gentest_options, "--filter=$filter" if defined $filter;
 
286
push @gentest_options, "--valgrind" if defined $valgrind;
286
287
 
287
288
# Push the number of "worker" threads into the environment.
288
289
# lib/GenTest/Generator/FromGrammar.pm will generate a corresponding grammar element.