85
86
logfile = open('testbzr.log', 'wt', buffering=1)
98
99
# this should always identify something, if only "john@localhost"
100
101
runcmd("bzr whoami --email")
103
104
runcmd("bzr pants", retcode=1)
104
105
runcmd("bzr --pants off", retcode=1)
106
120
progress("all tests passed!")
108
122
sys.stderr.write('*' * 50 + '\n'