~duplicity-team/duplicity/0.7-series

« back to all changes in this revision

Viewing changes to testing/functional/__init__.py

  • Committer: Kenneth Loafman
  • Date: 2014-12-12 14:39:54 UTC
  • Revision ID: kenneth@loafman.com-20141212143954-wyln65yd1ynzsrlx
* Source formatted, using PyDev, all source files to fix some easily fixed
  PEP8 issues. Use ignore space when comparing against previous versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        child.wait()
86
86
 
87
87
        return_val = child.exitstatus
88
 
        #output = child.read()
89
 
        #print "Ran duplicity command: ", cmdline, "\n with return_val: ", return_val, "\n and output:\n", output
 
88
        # output = child.read()
 
89
        # print "Ran duplicity command: ", cmdline, "\n with return_val: ", return_val, "\n and output:\n", output
90
90
 
91
91
        if fail:
92
92
            self.assertEqual(30, return_val)