~davi/kewpie/qp-fixes

« back to all changes in this revision

Viewing changes to lib/sys_mgmt/system_management.py

  • Committer: Patrick Crews
  • Date: 2012-02-01 21:50:18 UTC
  • mfrom: (103.1.1 kewpie)
  • Revision ID: gleebix@gmail.com-20120201215018-ecby526e4optolcj
Updated xtrabackup tests + code

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
        # We add tar4ibd to PATH if defined
100
100
        if self.tar4ibd_path:
101
101
            self.env_manager.set_env_var( 'PATH', self.env_manager.append_env_var( 'PATH'
102
 
                                                           , os.path.dirname(self.tar4ibd_path), suffix=0
 
102
                                                           , os.path.dirname(self.tar4ibd_path)
 
103
                                                           , suffix=0
103
104
                                                           ))
104
105
 
105
106
        self.wsrep_provider_path = variables['wsrepprovider']