##// END OF EJS Templates
test: properly gate a zstd section...
marmoute -
r42537:624080e8 stable
parent child Browse files
Show More
@@ -139,6 +139,8 b' Test error cases'
139 abort: invalid value for `storage.revlog.zlib.level` config: 42
139 abort: invalid value for `storage.revlog.zlib.level` config: 42
140 [255]
140 [255]
141
141
142 #if zstd
143
142 checking zstd options
144 checking zstd options
143 =====================
145 =====================
144
146
@@ -194,3 +196,4 b' Test error cases'
194 abort: invalid value for `storage.revlog.zstd.level` config: 42
196 abort: invalid value for `storage.revlog.zstd.level` config: 42
195 [255]
197 [255]
196
198
199 #endif
General Comments 0
You need to be logged in to leave comments. Login now