##// END OF EJS Templates
tests: run some largefiles and lfs tests with simple store...
Gregory Szorc -
r37457:556984ae default
parent child Browse files
Show More
@@ -1,5 +1,3 b''
1 #require no-reposimplestore
2
3 Create user cache directory
1 Create user cache directory
4
2
5 $ USERCACHE=`pwd`/cache; export USERCACHE
3 $ USERCACHE=`pwd`/cache; export USERCACHE
@@ -1,5 +1,3 b''
1 #require no-reposimplestore
2
3 This file contains testcases that tend to be related to special cases or less
1 This file contains testcases that tend to be related to special cases or less
4 common commands affecting largefile.
2 common commands affecting largefile.
5
3
@@ -1,5 +1,3 b''
1 #require no-reposimplestore
2
3 Test how largefiles abort in case the disk runs full
1 Test how largefiles abort in case the disk runs full
4
2
5 $ cat > criple.py <<EOF
3 $ cat > criple.py <<EOF
@@ -1,5 +1,3 b''
1 #require no-reposimplestore
2
3 #testcases sshv1 sshv2
1 #testcases sshv1 sshv2
4
2
5 #if sshv2
3 #if sshv2
@@ -1,5 +1,3 b''
1 #require no-reposimplestore
2
3 This file used to contains all largefile tests.
1 This file used to contains all largefile tests.
4 Do not add any new tests in this file as it his already far too long to run.
2 Do not add any new tests in this file as it his already far too long to run.
5
3
@@ -1,5 +1,3 b''
1 #require no-reposimplestore
2
3 $ USERCACHE="$TESTTMP/cache"; export USERCACHE
1 $ USERCACHE="$TESTTMP/cache"; export USERCACHE
4 $ mkdir "${USERCACHE}"
2 $ mkdir "${USERCACHE}"
5 $ cat >> $HGRCPATH <<EOF
3 $ cat >> $HGRCPATH <<EOF
@@ -1,5 +1,3 b''
1 #require no-reposimplestore
2
3 In this test, we want to test LFS bundle application on both LFS and non-LFS
1 In this test, we want to test LFS bundle application on both LFS and non-LFS
4 repos.
2 repos.
5
3
General Comments 0
You need to be logged in to leave comments. Login now