~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to combinations.pl

use RQG_HOME when calling runall.pl

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 
74
74
        my $mask = $prng->uint16(0, 65535);
75
75
 
76
 
        my $command = "perl runall.pl $comb_str --queries=1M ";
 
76
        my $command = "
 
77
                perl ".(defined $ENV{RQG_HOME} ? $ENV{RQG_HOME}."/" : "" )."runall.pl $comb_str
 
78
                --mask=$mask
 
79
                --queries=100000000
 
80
        ";
77
81
 
78
82
        $command .= " --mask=$mask" if not defined $no_mask;
79
83
        $command .= " --duration=$duration" if $duration ne '';