aboutsummaryrefslogtreecommitdiffstats
path: root/csit/run-csit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'csit/run-csit.sh')
-rwxr-xr-xcsit/run-csit.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/csit/run-csit.sh b/csit/run-csit.sh
index 36fdc597..e7cb0054 100755
--- a/csit/run-csit.sh
+++ b/csit/run-csit.sh
@@ -192,6 +192,8 @@ SUITES=$( xargs -a testplan.txt )
echo ROBOT_VARIABLES="${ROBOT_VARIABLES}"
echo "Starting Robot test suites ${SUITES} ..."
relax_set
+echo "*** TRACE **** python is $(which python) [version $(python --version)]"
+env
python -m robot.run -N ${TESTPLAN} -v WORKSPACE:/tmp ${ROBOT_VARIABLES} ${TESTOPTIONS} ${SUITES}
RESULT=$?
load_set