diff options
Diffstat (limited to 'test/python/test.sh')
-rw-r--r-- | test/python/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/python/test.sh b/test/python/test.sh index 7bd2281..568b9aa 100644 --- a/test/python/test.sh +++ b/test/python/test.sh @@ -7,6 +7,7 @@ source dev-container-features-test-lib # Definition specific tests check "version" python --version +check "lzma" python -c "import lzma" # Report result reportResults |