Skip to content

Commit 96ea0b4

Browse files
Update base.py
1 parent fea7030 commit 96ea0b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def raise_skip(msg):
2323
log.info("Python version: %s" % sys.version)
2424
log.info("Machine:%s; processor:%s; system:%r; release:%r" % ( platform.machine(), platform.processor(), platform.system(), platform.release()))
2525
log.info("libzstd linked external:%r"% zstd.ZSTD_external())
26+
log.info("libzstd built with legacy formats support:%r"% zstd.ZSTD_legacy_support())
2627
log.info("zstd max number of threads:%r"% zstd.ZSTD_max_threads_count())
2728
log.info("zstd max compression level:%r"% zstd.ZSTD_max_compression_level())
2829
log.info("zstd min compression level:%r"% zstd.ZSTD_min_compression_level())

0 commit comments

Comments
 (0)