Skip to content

Commit a15214a

Browse files
committed
adds set -ex to system test
1 parent 18082cc commit a15214a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.kokoro/system_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
#!/bin/bash
2+
set -ex
3+
24
echo "hello world"

0 commit comments

Comments
 (0)