Repository: hbase
Updated Branches:
  refs/heads/HBASE-20387 cc3efceca -> 7eb639e15 (forced update)


WIP turn on command echo fo run-flaky.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7eb639e1
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7eb639e1
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7eb639e1

Branch: refs/heads/HBASE-20387
Commit: 7eb639e1532e25abf2d1c33def12b595f44f3a2c
Parents: 736b43a
Author: Sean Busbey <[email protected]>
Authored: Tue Aug 14 13:03:44 2018 -0500
Committer: Sean Busbey <[email protected]>
Committed: Tue Aug 14 13:09:34 2018 -0500

----------------------------------------------------------------------
 dev-support/flaky-tests/run-flaky-tests.Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/7eb639e1/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile 
b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
index cacb175..70bcf22 100644
--- a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
+++ b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
@@ -42,6 +42,8 @@ pipeline {
       steps {
         sh '''#!/usr/bin/env bash
           set -e
+          # temp because this fails when not in debug
+          set -x
           if [ "${DEBUG}" = "true" ]; then
             curl_debug="-v"
             mvn_debug="-X"

Reply via email to