X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FSetupFramework.py;fp=resources%2Flibraries%2Fpython%2FSetupFramework.py;h=28717dca6a2e9128d4563783fa1f91eca2b5c8a8;hp=a1e4e7a679e68b58ee21b6c24eb41134e645e2b7;hb=f88a3d9178dfbd73d0479f9aa2f5224e0c89ca1f;hpb=248d1a52e06622dc9eb1dfdd6ca9f6670b4c0bc3 diff --git a/resources/libraries/python/SetupFramework.py b/resources/libraries/python/SetupFramework.py index a1e4e7a679..28717dca6a 100644 --- a/resources/libraries/python/SetupFramework.py +++ b/resources/libraries/python/SetupFramework.py @@ -54,7 +54,7 @@ def pack_framework_dir(): run(["tar", "--sparse", "--exclude-vcs", "--exclude=output*.xml", "--exclude=./tmp", "-zcf", file_name, "."], - check=True, msg="Could not pack testing framework") + msg="Could not pack testing framework") return file_name