summaryrefslogtreecommitdiff
path: root/triggers
diff options
context:
space:
mode:
Diffstat (limited to 'triggers')
-rw-r--r--triggers/testing_trigger.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/triggers/testing_trigger.sh b/triggers/testing_trigger.sh
index c56715c..ba4fa52 100644
--- a/triggers/testing_trigger.sh
+++ b/triggers/testing_trigger.sh
@@ -22,5 +22,7 @@ if [ -d ciat-tester ]; then
fi
git clone ssh://git@cu010-trove.codethink.com/cu010-trove/br6/ciat-tester
cd ciat-tester
-git checkout $TESTING_SHA
+if [ "$TESTING_SHA" -ne "no_testing_sha_given" ]; then
+ git checkout $TESTING_SHA
+fi
./test-runner.sh file:///archive/"$ARTEFACT".raw openstack tests/python.test tests/uname.test tests/systemd.test