summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts/regression-test-with-multiplex.sh
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2018-07-19 16:15:28 +0530
committerNigel Babu <nigelb@redhat.com>2018-07-19 16:15:28 +0530
commit684167373faabe513735936c39018d2d7f885ce3 (patch)
treeef976803151f6997a6c5b9e06b1911598a393b14 /build-gluster-org/scripts/regression-test-with-multiplex.sh
parent6b3eb677af9e9737ded87082d7f36fbe8835bffb (diff)
Fix the failure message for regression jobs
Change-Id: I3842f2ab9103c25c610ce2f2161bf103a5bf5362
Diffstat (limited to 'build-gluster-org/scripts/regression-test-with-multiplex.sh')
-rw-r--r--build-gluster-org/scripts/regression-test-with-multiplex.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gluster-org/scripts/regression-test-with-multiplex.sh b/build-gluster-org/scripts/regression-test-with-multiplex.sh
index f660305..5d82497 100644
--- a/build-gluster-org/scripts/regression-test-with-multiplex.sh
+++ b/build-gluster-org/scripts/regression-test-with-multiplex.sh
@@ -62,5 +62,5 @@ echo
sudo -E bash /opt/qa/regression.sh -c
RET=$?
-
+mv /tmp/regression_output.txt $WORKSPACE || true
exit $RET