diff --git a/treble/combined_build_test.sh b/treble/combined_build_test.sh index 34328e70e..f6e87c278 100755 --- a/treble/combined_build_test.sh +++ b/treble/combined_build_test.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e # # Copyright (C) 2023 The Android Open Source Project # @@ -84,10 +84,9 @@ if [[ -n "${dist_dir}" ]]; then fi run_command() { + echo "Running: ${1}" if [[ -z "${dry_run}" ]]; then $1 - else - echo "$1" fi }