aboutsummaryrefslogtreecommitdiffstats
path: root/csit/include-raw-integration-install-robotframework.sh
diff options
context:
space:
mode:
Diffstat (limited to 'csit/include-raw-integration-install-robotframework.sh')
-rw-r--r--csit/include-raw-integration-install-robotframework.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/csit/include-raw-integration-install-robotframework.sh b/csit/include-raw-integration-install-robotframework.sh
index 8375e736..ca589b45 100644
--- a/csit/include-raw-integration-install-robotframework.sh
+++ b/csit/include-raw-integration-install-robotframework.sh
@@ -3,6 +3,7 @@
##############################################################################
# Copyright (c) 2015 The Linux Foundation and others.
# Modification Copyright 2021. Nordix Foundation.
+# Modification Copyright 2021 AT&T Intellectual Property. All rights reserved.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
@@ -31,4 +32,4 @@ python3 -m pip install --upgrade pip
echo "Installing Python Requirements"
python3 -m pip install -r pylibs.txt
odltools -V
-pip3 freeze
+python3 -m pip freeze