Merge "Added API to get all schema sets for a given dataspace."
[cps.git] / csit / run-csit.sh
index 25f5f6a..6703160 100755 (executable)
@@ -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