From 5cc7cbc3704ec255eb5d0ac53b2cc0fcb1221d63 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Wed, 23 Oct 2024 13:21:10 -0500 Subject: String conversion and parsing format spec. --- tools/coverage.sh | 1 + tools/create-pyenv.sh | 1 + tools/run-cppcheck.sh | 1 + 3 files changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/coverage.sh b/tools/coverage.sh index 95eef03..b41c66e 100755 --- a/tools/coverage.sh +++ b/tools/coverage.sh @@ -1,4 +1,5 @@ #!/bin/sh +set -e PROJ_ROOT=$(git rev-parse --show-toplevel) cd $PROJ_ROOT diff --git a/tools/create-pyenv.sh b/tools/create-pyenv.sh index 64b1fbf..2c6d9d0 100755 --- a/tools/create-pyenv.sh +++ b/tools/create-pyenv.sh @@ -1,4 +1,5 @@ #!/bin/sh +set -e PROJ_ROOT=$(git rev-parse --show-toplevel) cd $PROJ_ROOT diff --git a/tools/run-cppcheck.sh b/tools/run-cppcheck.sh index 1f8ee7d..315eff4 100755 --- a/tools/run-cppcheck.sh +++ b/tools/run-cppcheck.sh @@ -14,6 +14,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +set -e PROJ_ROOT=$(git rev-parse --show-toplevel) cd $PROJ_ROOT -- cgit v1.2.3