diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2022-12-08 08:32:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-12-08 08:32:25 +0000 |
commit | 25ccf32dea99b65d027890f1613a0a60099c7b2d (patch) | |
tree | 6e5feab25db4a4d8c99aa549838f5eee999b2b99 /csit/run-csit.sh | |
parent | 259044e49f43e78238669c93cf2cacc8a4d314d8 (diff) | |
parent | a52a51a6b09fc47b8fae4d603261c955de6f6069 (diff) |
Merge "Chore: Re-instate robotframework-requests==0.9.3"
Diffstat (limited to 'csit/run-csit.sh')
-rwxr-xr-x | csit/run-csit.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/csit/run-csit.sh b/csit/run-csit.sh index 25f5f6a77a..6703160a37 100755 --- a/csit/run-csit.sh +++ b/csit/run-csit.sh @@ -26,6 +26,8 @@ WORKDIR=$(mktemp -d --suffix=-robot-workdir) # functions # +echo "---> run-csit.sh" + # wrapper for sourcing a file function source_safely() { [ -z "$1" ] && return 1 |