From f39bbff7bc5c32cd1a7c3066e6b5bf082e43fc74 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 5 Nov 2015 08:20:13 -0800 Subject: [PATCH] build(ci): turn on debugging output for ci scripts Closes #5018 --- scripts/ci/build_and_test.sh | 2 +- scripts/ci/build_dart.sh | 2 +- scripts/ci/build_dart_experimental.sh | 2 +- scripts/ci/build_js.sh | 2 +- scripts/ci/build_router.sh | 2 +- scripts/ci/test_dart.sh | 2 +- scripts/ci/test_e2e_dart.sh | 2 +- scripts/ci/test_e2e_js.sh | 2 +- scripts/ci/test_js.sh | 2 +- scripts/ci/test_perf.sh | 2 +- scripts/ci/test_router.sh | 2 +- scripts/ci/test_server_dart.sh | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/scripts/ci/build_and_test.sh b/scripts/ci/build_and_test.sh index 3318ea2821..e1f7a1a9d3 100755 --- a/scripts/ci/build_and_test.sh +++ b/scripts/ci/build_and_test.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -ex MODE=$1 diff --git a/scripts/ci/build_dart.sh b/scripts/ci/build_dart.sh index 9ab1cddf86..16ffc77324 100755 --- a/scripts/ci/build_dart.sh +++ b/scripts/ci/build_dart.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -ex echo ============================================================================= # go to project dir diff --git a/scripts/ci/build_dart_experimental.sh b/scripts/ci/build_dart_experimental.sh index dd72e16633..8951987981 100755 --- a/scripts/ci/build_dart_experimental.sh +++ b/scripts/ci/build_dart_experimental.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -ex echo ============================================================================= echo EXPERIMENTAL DART BUILD diff --git a/scripts/ci/build_js.sh b/scripts/ci/build_js.sh index d64280c6e3..a01a3d6d77 100755 --- a/scripts/ci/build_js.sh +++ b/scripts/ci/build_js.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -ex echo ============================================================================= # go to project dir diff --git a/scripts/ci/build_router.sh b/scripts/ci/build_router.sh index 32247675ca..cccd90621a 100755 --- a/scripts/ci/build_router.sh +++ b/scripts/ci/build_router.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -ex echo ============================================================================= # go to project dir diff --git a/scripts/ci/test_dart.sh b/scripts/ci/test_dart.sh index f48007a884..078b011918 100755 --- a/scripts/ci/test_dart.sh +++ b/scripts/ci/test_dart.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -ex echo ============================================================================= # go to project dir diff --git a/scripts/ci/test_e2e_dart.sh b/scripts/ci/test_e2e_dart.sh index b4ca574c52..6e2c9ce1fd 100755 --- a/scripts/ci/test_e2e_dart.sh +++ b/scripts/ci/test_e2e_dart.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -ex echo ============================================================================= # go to project dir diff --git a/scripts/ci/test_e2e_js.sh b/scripts/ci/test_e2e_js.sh index ba0f3b8a70..449a8a423f 100755 --- a/scripts/ci/test_e2e_js.sh +++ b/scripts/ci/test_e2e_js.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -ex echo ============================================================================= # go to project dir diff --git a/scripts/ci/test_js.sh b/scripts/ci/test_js.sh index 3b5e502352..5c12208a73 100755 --- a/scripts/ci/test_js.sh +++ b/scripts/ci/test_js.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -ex echo ============================================================================= # go to project dir diff --git a/scripts/ci/test_perf.sh b/scripts/ci/test_perf.sh index 3b4693decc..1e6bcb0542 100755 --- a/scripts/ci/test_perf.sh +++ b/scripts/ci/test_perf.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -ex echo ============================================================================= # go to project dir diff --git a/scripts/ci/test_router.sh b/scripts/ci/test_router.sh index ced7f9f2ca..75f2caa69c 100755 --- a/scripts/ci/test_router.sh +++ b/scripts/ci/test_router.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -ex echo ============================================================================= # go to project dir diff --git a/scripts/ci/test_server_dart.sh b/scripts/ci/test_server_dart.sh index 7be197213c..f7ead2a38d 100755 --- a/scripts/ci/test_server_dart.sh +++ b/scripts/ci/test_server_dart.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -ex echo ============================================================================= # go to project dir