view tests/test-install @ 11295:07e425d63dbd

tests: use --debug on test-clone
author Adrian Buehlmann <adrian@cadifra.com>
date Thu, 03 Jun 2010 13:58:00 +0200
parents 36c388a1aa51
children
line wrap: on
line source

#!/bin/sh

echo '% hg debuginstall'
hg debuginstall

echo '% hg debuginstall with no username'
HGUSER= hg debuginstall

# Happy End
true