aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/OLD/include-agl-app-run-test-short.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/common/OLD/include-agl-app-run-test-short.sh')
-rw-r--r--jjb/common/OLD/include-agl-app-run-test-short.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/jjb/common/OLD/include-agl-app-run-test-short.sh b/jjb/common/OLD/include-agl-app-run-test-short.sh
index e1bd6998..e21e68c1 100644
--- a/jjb/common/OLD/include-agl-app-run-test-short.sh
+++ b/jjb/common/OLD/include-agl-app-run-test-short.sh
@@ -6,7 +6,8 @@
## Run SHORT CI test
################################################################################
-#set -x
+#
+set -x
cd $REPODIR
@@ -16,7 +17,7 @@ BUILD_VERSION="AGL-app-gerrit-$GERRIT_CHANGE_NUMBER-$GERRIT_PATCHSET_NUMBER"
echo "# LAVA lab target: ${LAVA_LAB} #"
# releng-scripts depends on jinja2 >= 2.9
echo "## Check version of python-jinja2: "
-pip show jinja2
+pip3 show jinja2
CREATE_ARGS=""
case $TARGETARCH in
arm)