~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/dtr_stress.pl

  • Committer: patrick crews
  • Date: 2010-10-07 21:20:57 UTC
  • mto: (1819.2.4 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1825.
  • Revision ID: gleebix@gmail.com-20101007212057-l1aq2xq8vfidi6cv
Adjustments to tests to deal with the name changes.  Also fixed passed/failed reporting post-run in test-run.pl

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  #Clean up stress dir 
53
53
  if ( -d $stress_basedir )
54
54
  {
55
 
    rdtree($stress_basedir);
 
55
    rmtree($stress_basedir);
56
56
  }
57
57
  mkpath($stress_basedir);
58
58