From a08a3fcad0ff409f84320b29a2382dc89fd10afc Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Wed, 31 Aug 2022 08:06:23 +0800 Subject: [PATCH] [KYUUBI #3372] [BUILD] Enable -x on build/dist ### _Why are the changes needed?_ Some users encounter errors on building, enable -x to help user identify the failure reason ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3372 from pan3793/dist. Closes #3372 7bdfb39f [Cheng Pan] Enable -x on build/dist Authored-by: Cheng Pan Signed-off-by: Cheng Pan --- build/dist | 1 + 1 file changed, 1 insertion(+) diff --git a/build/dist b/build/dist index 6ea731128..43df70c1f 100755 --- a/build/dist +++ b/build/dist @@ -26,6 +26,7 @@ set -o pipefail set -e +set -x KYUUBI_HOME="$(cd "`dirname "$0"`/.."; pwd)" DISTDIR="$KYUUBI_HOME/dist"