~patrick-crews/randgen/bug961630

« back to all changes in this revision

Viewing changes to pb2runtest.pl

  • Committer: Bernt M. Johnsen
  • Date: 2010-04-08 11:05:05 UTC
  • Revision ID: bernt.johnsen@sun.com-20100408110505-66z8d8139thjta80
Adjustments after merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
        candidate   => '',
190
190
        verbose     => '',
191
191
        basedirForRelease => {  # Locations of binaries for various releases
192
 
            '5.0' => windows() ?
 
192
            '5.0' => osWindows() ?
193
193
                        'G:\mysql-releases\mysql-5.0.87-win32' :
194
194
                        '/export/home/mysql-releases/mysql-5.0'
195
195
        }
407
407
### MySQL's Pushbuild environment.
408
408
###
409
409
sub setupPushbuildEnv {
410
 
    if (windows()) {
 
410
    if (osWindows()) {
411
411
        # For tail and for cdb
412
412
        # TODO: Remove randgen\bin, not used?
413
413
        $ENV{PATH} =
421
421
        # For vlad (~2008-09)
422
422
        #ENV{MYSQL_FULL_MINIDUMP} = 1;
423
423
 
424
 
    } elsif (solaris()) {
 
424
    } elsif (osSolaris()) {
425
425
        # For libmysqlclient
426
426
        $ENV{LD_LIBRARY_PATH} =
427
427
            $ENV{LD_LIBRARY_PATH}.