Skip to content

Commit

Permalink
Add set -ex in dev/test-dependencies.sh for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
prakharjain09 committed May 14, 2020
1 parent 75d6daa commit c343056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/test-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.
#

set -e
set -ex

FWDIR="$(cd "`dirname $0`"/..; pwd)"
cd "$FWDIR"
Expand Down

0 comments on commit c343056

Please sign in to comment.