Tests.
[git2svn.git] / run-tests.sh
blob9314984dd65902b3764909e94abf9513be790adc
1 #!/bin/sh
3 ./git2svn \
4 --verbose \
5 --no-unlink \
6 /Users/lha/src/heimdal/git-trunk repro || exit 1
8 ./git2svn \
9 --verbose \
10 --no-unlink \
11 --svn-prefix=branches/heimdal-1-1-branch \
12 --git-branch=heimdal-1-1-branch \
13 /Users/lha/src/heimdal/git-trunk repro || exit 1
15 # try incremental
16 ./git2svn \
17 --verbose \
18 --no-unlink \
19 /Users/lha/src/heimdal/git-trunk repro || exit 1
21 echo "all tests passed"
22 exit 0