##// END OF EJS Templates
test-convert-mtn.t: use #if to set mtndir to the correct value...
Patrick Mezard -
r17449:3d1b64bc default
parent child Browse files
Show More
@@ -2,9 +2,18 b''
2 $ "$TESTDIR/hghave" mtn || exit 80
2 $ "$TESTDIR/hghave" mtn || exit 80
3
3
4 Monotone directory is called .monotone on *nix and monotone
4 Monotone directory is called .monotone on *nix and monotone
5 on Windows. Having a variable here ease test patching.
5 on Windows.
6
7 #if windows
8
9 $ mtndir=monotone
10
11 #else
6
12
7 $ mtndir=.monotone
13 $ mtndir=.monotone
14
15 #endif
16
8 $ echo "[extensions]" >> $HGRCPATH
17 $ echo "[extensions]" >> $HGRCPATH
9 $ echo "convert=" >> $HGRCPATH
18 $ echo "convert=" >> $HGRCPATH
10 $ echo 'graphlog =' >> $HGRCPATH
19 $ echo 'graphlog =' >> $HGRCPATH
General Comments 0
You need to be logged in to leave comments. Login now