~ubuntu-branches/ubuntu/vivid/drizzle/vivid-proposed

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: Package Import Robot
  • Author(s): Tobias Frost
  • Date: 2013-08-22 20:18:31 UTC
  • mto: (20.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20130822201831-gn3ozsh7o7wmc5tk
Tags: upstream-7.2.3
ImportĀ upstreamĀ versionĀ 7.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
 
259
259
our $opt_user;
260
260
 
261
 
my $opt_valgrind= 0;
 
261
my $test_environment= $ENV{'TESTS_ENVIRONMENT'}; # Assume valgrind
 
262
my $opt_valgrind;
262
263
my $opt_valgrind_drizzled= 0;
263
264
my $opt_valgrind_drizzletest= 0;
264
265
my $opt_valgrind_drizzleslap= 0;
342
343
 
343
344
sub main () {
344
345
 
 
346
  if ($test_environment)
 
347
  {
 
348
    $opt_valgrind= $test_environment =~ m/valgrind/;
 
349
  }
 
350
 
345
351
  command_line_setup();
346
352
 
347
353
  check_debug_support(\%drizzled_variables);