~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/strip-valgrind

  • Committer: Brian Aker
  • Date: 2011-08-16 23:06:32 UTC
  • mto: This revision was merged to the branch mainline in revision 2401.
  • Revision ID: brian@tangent.org-20110816230632-alsihb0zi99ftotr
This fixes up the valgrind issues (ie path, and the testing of drizzletest)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
summary={}
24
24
total_warning_count=0
25
25
 
26
 
for line in open('var/log/master.err','r').readlines():
 
26
for line in open('tests/var/log/master.err','r').readlines():
27
27
  if line[:12] == "CURRENT_TEST":
28
28
    current_test= line.split()[1]
29
29
    in_leak_summary=False