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 3318ea28213..e1f7a1a9d39 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 9ab1cddf861..16ffc773247 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 dd72e166332..89519879817 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 d64280c6e3f..a01a3d6d779 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 32247675ca5..cccd90621a9 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 f48007a8844..078b0119180 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 b4ca574c52e..6e2c9ce1fd9 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 ba0f3b8a70b..449a8a423f6 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 3b5e502352c..5c12208a734 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 3b4693decc5..1e6bcb05423 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 ced7f9f2ca1..75f2caa69cc 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 7be197213c2..f7ead2a38d5 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