aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-05-31 23:49:41 +0300
committerGitHub <noreply@github.com>2022-05-31 23:49:41 +0300
commit44073de61904ac75abb076607f1fef0d6d3ce40d (patch)
treea7df0299d65d8b2b6af432dc787fcfc76c7fa000
parent9b60fdf537aece05cdb4fdddb1dbffa0fb752e8e (diff)
-rw-r--r--test/python/test.sh1
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