/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-12 20:18:55 UTC
  • mfrom: (3616.2.12 bzr.work.tests.blackbox)
  • Revision ID: pqm@pqm.ubuntu.com-20080812201855-9qxbdo0t2h9byzhj
(Mark Hammond) Win32 test fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1591
1591
            # so we will avoid using it on all platforms, just to
1592
1592
            # make sure the code path is used, and we don't break on win32
1593
1593
            cleanup_environment()
1594
 
            command = [sys.executable, bzr_path]
 
1594
            command = [sys.executable]
 
1595
            # frozen executables don't need the path to bzr
 
1596
            if getattr(sys, "frozen", None) is None:
 
1597
                command.append(bzr_path)
1595
1598
            if not allow_plugins:
1596
1599
                command.append('--no-plugins')
1597
1600
            command.extend(process_args)