diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-12-02 14:22:16 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-12-02 14:23:46 +0000 |
commit | 9a936616eea7236ca8183f632d01d62109e12b29 (patch) | |
tree | 3d503b1218c55bba90e347c57f89facc8148e0ff /resources/libraries/bash/entry | |
parent | f6eacaa97848720c5fbb7949ca35c0d2ba49160b (diff) |
FIX: Perpatch PY3
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: Iae97cf4490fea38f5f03bdaa120ee7ae48b941ab
Diffstat (limited to 'resources/libraries/bash/entry')
-rw-r--r-- | resources/libraries/bash/entry/check_crc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/bash/entry/check_crc.sh b/resources/libraries/bash/entry/check_crc.sh index 6c91d28a34..798d29a7f0 100644 --- a/resources/libraries/bash/entry/check_crc.sh +++ b/resources/libraries/bash/entry/check_crc.sh @@ -41,5 +41,5 @@ set_perpatch_vpp_dir || die activate_virtualenv "${VPP_DIR}" || die # TODO: Create bash functions for the following one-liners? make json-api-files || die "Generation of .api.json files failed." -python csit/resources/tools/integrated/check_crc.py +python3 csit/resources/tools/integrated/check_crc.py # RuntimeError causes nonzero return code, to vote -1. |