You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/05/01 20:51:00 UTC

[incubator-nuttx-testing] 39/41: cibuild.sh: Remove -x to supress dumping the script content

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git

commit a93604c3fc78d6ad7e2c686e9d7a6ec6f07dc232
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Wed Apr 29 11:54:48 2020 +0800

    cibuild.sh: Remove -x to supress dumping the script content
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 cibuild.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cibuild.sh b/cibuild.sh
index c06f4bb..d84a46a 100755
--- a/cibuild.sh
+++ b/cibuild.sh
@@ -16,7 +16,8 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-set -e -x
+
+set -e
 
 WD=$(cd $(dirname $0) && pwd)
 nuttx=$WD/../nuttx