Skip to content

Commit 9c2305c

Browse files
authored
respect BASH_DEBUG (GoogleCloudPlatform#899)
1 parent e25e57a commit 9c2305c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.kokoro/system_tests.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
set -ex
17+
set -e
18+
19+
if [ "${BASH_DEBUG}" = "true" ]; then
20+
set -x
21+
fi
1822

1923
# Kokoro directory for running these samples
2024
cd github/php-docs-samples

0 commit comments

Comments
 (0)