summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2017-05-23 13:43:45 +0530
committerNigel Babu <nigelb@redhat.com>2017-05-23 08:15:12 +0000
commitfb80e0228ef2e834be4df36e84c79f0bbca736fa (patch)
tree97d5cb068c6cdd008130a441016b6009ddff676d /build-gluster-org/scripts
parent973ceb7079126623aaa85c0dd3691b0c59205b0b (diff)
Continue periodic regression runs even if it fails
Change-Id: Ifb392a12acc116b5e20b4322a4a43475cd87f3c0
Diffstat (limited to 'build-gluster-org/scripts')
-rw-r--r--build-gluster-org/scripts/regression-test-burn-in.sh2
-rw-r--r--build-gluster-org/scripts/regression-test-with-multiplex.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/build-gluster-org/scripts/regression-test-burn-in.sh b/build-gluster-org/scripts/regression-test-burn-in.sh
index ebcbadf..7dd4b28 100644
--- a/build-gluster-org/scripts/regression-test-burn-in.sh
+++ b/build-gluster-org/scripts/regression-test-burn-in.sh
@@ -56,7 +56,7 @@ echo
echo "Run the regression test"
echo "***********************"
echo
-sudo -E bash /opt/qa/regression.sh
+sudo -E bash /opt/qa/regression.sh -c
RET=$?
diff --git a/build-gluster-org/scripts/regression-test-with-multiplex.sh b/build-gluster-org/scripts/regression-test-with-multiplex.sh
index e0989d5..f660305 100644
--- a/build-gluster-org/scripts/regression-test-with-multiplex.sh
+++ b/build-gluster-org/scripts/regression-test-with-multiplex.sh
@@ -59,7 +59,7 @@ echo
echo "Run the regression test"
echo "***********************"
echo
-sudo -E bash /opt/qa/regression.sh
+sudo -E bash /opt/qa/regression.sh -c
RET=$?