##// END OF EJS Templates
tests: make the grep pattern in remotefilelog-gcrepack portable (issue6122)...
Juan Francisco Cantero Hurtado -
r42545:f2213131 default
parent child Browse files
Show More
@@ -43,7 +43,7 b''
43 $ sleep 0.5
43 $ sleep 0.5
44 $ hg debugwaitonrepack >/dev/null 2>%1
44 $ hg debugwaitonrepack >/dev/null 2>%1
45
45
46 $ find $CACHEDIR | sort | grep ".datapack\|.histpack"
46 $ find $CACHEDIR | sort | egrep ".datapack|.histpack"
47 $TESTTMP/hgcache/master/packs/7bcd2d90b99395ca43172a0dd24e18860b2902f9.histpack
47 $TESTTMP/hgcache/master/packs/7bcd2d90b99395ca43172a0dd24e18860b2902f9.histpack
48 $TESTTMP/hgcache/master/packs/dc8f8fdc76690ce27791ce9f53a18da379e50d37.datapack
48 $TESTTMP/hgcache/master/packs/dc8f8fdc76690ce27791ce9f53a18da379e50d37.datapack
49
49
@@ -76,7 +76,7 b''
76 $ sleep 0.5
76 $ sleep 0.5
77 $ hg debugwaitonrepack >/dev/null 2>%1
77 $ hg debugwaitonrepack >/dev/null 2>%1
78
78
79 $ find $CACHEDIR | sort | grep ".datapack\|.histpack"
79 $ find $CACHEDIR | sort | egrep ".datapack|.histpack"
80 $TESTTMP/hgcache/master/packs/7bcd2d90b99395ca43172a0dd24e18860b2902f9.histpack
80 $TESTTMP/hgcache/master/packs/7bcd2d90b99395ca43172a0dd24e18860b2902f9.histpack
81 $TESTTMP/hgcache/master/packs/a4e1d094ec2aee8a08a4d6d95a13c634cc7d7394.datapack
81 $TESTTMP/hgcache/master/packs/a4e1d094ec2aee8a08a4d6d95a13c634cc7d7394.datapack
82
82
@@ -104,7 +104,7 b''
104 $ sleep 0.5
104 $ sleep 0.5
105 $ hg debugwaitonrepack >/dev/null 2>%1
105 $ hg debugwaitonrepack >/dev/null 2>%1
106
106
107 $ find $CACHEDIR | sort | grep ".datapack\|.histpack"
107 $ find $CACHEDIR | sort | egrep ".datapack|.histpack"
108 $TESTTMP/hgcache/master/packs/7bcd2d90b99395ca43172a0dd24e18860b2902f9.histpack
108 $TESTTMP/hgcache/master/packs/7bcd2d90b99395ca43172a0dd24e18860b2902f9.histpack
109 $TESTTMP/hgcache/master/packs/dc8f8fdc76690ce27791ce9f53a18da379e50d37.datapack
109 $TESTTMP/hgcache/master/packs/dc8f8fdc76690ce27791ce9f53a18da379e50d37.datapack
110
110
@@ -138,7 +138,7 b''
138 $ sleep 0.5
138 $ sleep 0.5
139 $ hg debugwaitonrepack >/dev/null 2>%1
139 $ hg debugwaitonrepack >/dev/null 2>%1
140
140
141 $ find $CACHEDIR | sort | grep ".datapack\|.histpack"
141 $ find $CACHEDIR | sort | egrep ".datapack|.histpack"
142 $TESTTMP/hgcache/master/packs/7bcd2d90b99395ca43172a0dd24e18860b2902f9.histpack
142 $TESTTMP/hgcache/master/packs/7bcd2d90b99395ca43172a0dd24e18860b2902f9.histpack
143 $TESTTMP/hgcache/master/packs/dc8f8fdc76690ce27791ce9f53a18da379e50d37.datapack
143 $TESTTMP/hgcache/master/packs/dc8f8fdc76690ce27791ce9f53a18da379e50d37.datapack
144
144
General Comments 0
You need to be logged in to leave comments. Login now