Rework the way Java version is set in CSIT jobs
[releng/builder.git] / jjb / integration / include-raw-integration-install-robotframework.sh
index 0f8bdf98478b67858033380b7cfe8f4918413ead..778a70e9119b25e6f32863041f5fe692a3b6af1c 100644 (file)
@@ -23,4 +23,7 @@ pip install -q robotframework{,-{httplibrary,requests,sshlibrary,selenium2librar
 # jsonpath is needed by current AAA idmlite suite
 pip install -q jsonpath-rw
 
+# print installed versions
+pip freeze
+
 # vim: sw=4 ts=4 sts=4 et ft=sh :