[infra] Use set -x in flutter scripts

Change-Id: I3f938b4279aee7d4cd19e08e7c90c3ddba570e5b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/192747
Reviewed-by: Jonas Jensen <jonasfj@google.com>
This commit is contained in:
Alexander Thomas
2021-04-13 07:24:44 +00:00
parent acd5f6e997
commit 04e7766ffb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
# Analyze Dart code in the flutter/engine repo.
set -e
set -ex
checkout=$(pwd)
dart=$checkout/out/ReleaseX64/dart-sdk/bin/dart
@@ -5,7 +5,7 @@
# Analyze Dart code in the flutter/flutter repo.
set -e
set -ex
checkout=$(pwd)
dart=$checkout/out/ReleaseX64/dart-sdk/bin/dart
+1 -1
View File
@@ -5,7 +5,7 @@
# Compile flutter tests with a locally built SDK.
set -e
set -ex
prepareOnly=false
leakTest=false