~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to test.sh

  • Committer: mbp at sourcefrog
  • Date: 2005-04-11 01:58:58 UTC
  • Revision ID: mbp@sourcefrog.net-20050411015857-f781b0d325632cf5cacd2481
- more output from test.sh
- write revison-history in a way that is hardlink-safe

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
# This must already exist and be in the right place
10
10
if ! [ -d bzr-test.tmp ] 
11
11
then
12
 
    echo "please create bzr-test.tmp"
 
12
    echo "please create directory bzr-test.tmp"
13
13
    exit 1
14
14
fi
15
15
 
 
16
echo "testing `which bzr`"
 
17
bzr --version | head -n 1
 
18
echo
 
19
 
16
20
rm -rf bzr-test.tmp
17
21
mkdir bzr-test.tmp
18
22
 
32
36
cd bzr-test.tmp 
33
37
rm -rf .bzr
34
38
 
 
39
mkdir branch1
 
40
cd branch1
 
41
 
35
42
# some information commands
36
43
bzr help
37
44
bzr version
99
106
 
100
107
 
101
108
 
 
109
# now test hardlinked branches in subdirectories
 
110
 
 
111
echo "tests completed ok" >&3
 
 
b'\\ No newline at end of file'