~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to testbzr

  • Committer: Martin Pool
  • Date: 2005-06-21 08:43:54 UTC
  • Revision ID: mbp@sourcefrog.net-20050621084353-76cc5c618d822a73
- warning not to use testbzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
# along with this program; if not, write to the Free Software
18
18
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
19
 
 
20
print 'please use "bzr selftest" instead'
 
21
import sys
 
22
sys.exit(1)
 
23
 
 
24
 
 
25
 
20
26
 
21
27
"""External black-box test for bzr.
22
28