summaryrefslogtreecommitdiffstats
path: root/csit-test-branch
diff options
context:
space:
mode:
Diffstat (limited to 'csit-test-branch')
-rwxr-xr-xcsit-test-branch5
1 files changed, 4 insertions, 1 deletions
diff --git a/csit-test-branch b/csit-test-branch
index d4ea6c2df..7a952265e 100755
--- a/csit-test-branch
+++ b/csit-test-branch
@@ -1,2 +1,5 @@
#!/bin/sh
-echo master
+echo rls1710
+
+# Determines which CSIT branch to use for integration testing.
+# Should be 'master' for hc2vpp master, 'rls1707' for hc2vpp stable/1707, etc.