diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-05-31 23:49:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 23:49:41 +0300 |
commit | 44073de61904ac75abb076607f1fef0d6d3ce40d (patch) | |
tree | a7df0299d65d8b2b6af432dc787fcfc76c7fa000 | |
parent | 9b60fdf537aece05cdb4fdddb1dbffa0fb752e8e (diff) |
python lzmasamruddhikhandale/temp
-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 |