##// END OF EJS Templates
tests: disable test-convert-darcs properly for darcs 2...
Mads Kiilerich -
r7425:14ed6662 default
parent child Browse files
Show More
@@ -1,6 +1,12 b''
1 #!/bin/sh
1 #!/bin/sh
2
2
3 "$TESTDIR/hghave" darcs || exit 80
3 "$TESTDIR/hghave" darcs || exit 80
4 if darcs --version 2>&1 | grep '^2\.' > /dev/null; then
5 # FIXME: darcs 2 will fail with
6 ### Abort: timeout after 180 seconds.
7 echo 'skipped: test currently disabled for darcs 2'
8 exit 80
9 fi
4
10
5 echo "[extensions]" >> $HGRCPATH
11 echo "[extensions]" >> $HGRCPATH
6 echo "convert=" >> $HGRCPATH
12 echo "convert=" >> $HGRCPATH
General Comments 0
You need to be logged in to leave comments. Login now