From 85d7ed6bd9dd99304e824539d964c57020184838 Mon Sep 17 00:00:00 2001 From: Andrey Cherepanov Date: Sat, 7 Aug 2021 16:51:29 +0300 Subject: [PATCH] Exit build shell script on first subcommand failed sh -e will cause the shell to exit immediately if a command exits with a nonzero exit value. --- _RebuildReleaseAndRunTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_RebuildReleaseAndRunTests.sh b/_RebuildReleaseAndRunTests.sh index 07cc623c5..5cad92e5c 100755 --- a/_RebuildReleaseAndRunTests.sh +++ b/_RebuildReleaseAndRunTests.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e MONO_IOMAP=case msbuild /p:Configuration=release pabcnetc.sln MONO_IOMAP=case msbuild /p:Configuration=release CodeCompletion/CodeCompletion.csproj mono --aot bin/pabcnetc.exe