diff --git a/tool/flutter_customer_tests/analyze.sh b/tool/flutter_customer_tests/analyze.sh index 537b510957d..da9c35d723a 100755 --- a/tool/flutter_customer_tests/analyze.sh +++ b/tool/flutter_customer_tests/analyze.sh @@ -1,7 +1,9 @@ +#!/bin/bash -e + # Copyright 2025 The Flutter Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -#!/bin/bash -e + # Script to analyze the devtools repo for the flutter/tests registry # https://github.com/flutter/tests # This is executed as a pre-submit check for every PR in flutter/flutter diff --git a/tool/flutter_customer_tests/setup.sh b/tool/flutter_customer_tests/setup.sh index d2e1509d00a..4b467b7687f 100755 --- a/tool/flutter_customer_tests/setup.sh +++ b/tool/flutter_customer_tests/setup.sh @@ -1,7 +1,9 @@ +#!/bin/bash -e + # Copyright 2025 The Flutter Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -#!/bin/bash -e + # Script to generate mocks for Devtools from the flutter/tests registry # https://github.com/flutter/tests # This is executed as a pre-submit check for every PR in flutter/flutter diff --git a/tool/flutter_customer_tests/test.sh b/tool/flutter_customer_tests/test.sh index 9e4c3c0ef1a..3ab28912ab4 100755 --- a/tool/flutter_customer_tests/test.sh +++ b/tool/flutter_customer_tests/test.sh @@ -1,6 +1,7 @@ # Copyright 2025 The Flutter Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. + # Script to execute smoke tests for the flutter/tests registry # https://github.com/flutter/tests # This is executed as a pre-submit check for every PR in flutter/flutter