From 9a936616eea7236ca8183f632d01d62109e12b29 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 2 Dec 2019 14:22:16 +0000 Subject: FIX: Perpatch PY3 Signed-off-by: Peter Mikus Change-Id: Iae97cf4490fea38f5f03bdaa120ee7ae48b941ab --- resources/libraries/bash/entry/check_crc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/bash/entry') 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. -- cgit 1.2.3-korg