Patches for tldk ci-management on the bootstrap.sh not found bug.6
[ci-management.git] / jjb / tldk / include-raw-csit-tldk-functional-virl.sh
index b18290c..1f57e82 100644 (file)
@@ -1,4 +1,16 @@
 #!/bin/bash
+set -xeu -o pipefail
+
+# Clone csit and start tests
+git clone https://gerrit.fd.io/r/csit
+
+# If the git clone fails, complain clearly and exit
+if [ $? != 0 ]; then
+    echo "Failed to run: git clone https://gerrit.fd.io/r/csit"
+exit
+fi
+
+cd csit
 
 # execute nsh_sfc bootstrap script if it exists
 if [ -e bootstrap-TLDK.sh ]