diff options
Diffstat (limited to 'csit/run-project-csit.sh')
-rwxr-xr-x | csit/run-project-csit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/run-project-csit.sh b/csit/run-project-csit.sh index 36bad1ff..8d467ade 100755 --- a/csit/run-project-csit.sh +++ b/csit/run-project-csit.sh @@ -294,7 +294,7 @@ unset http_proxy https_proxy export ROBOT_FILES -# use a separate script to build a CSIT docker image, to containerize the test run +# use a separate script to build a CSIT docker image, to isolate the test run if [ "${2}" == "--skip-build-csit" ]; then echo "Skipping build csit robot image" else |