fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38245?usp=email )
Change subject: gen_links.sh.inc: 'set -e' to abort on error
......................................................................
gen_links.sh.inc: 'set -e' to abort on error
We should not tolerate errors in '*/gen_links.sh' files.
Change-Id: Id9367e4c45c84dcbf1c308581360be73242c0d38
---
M gen_links.sh.inc
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, but someone else must approve
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/gen_links.sh.inc b/gen_links.sh.inc
index c21bcd6..f134427 100644
--- a/gen_links.sh.inc
+++ b/gen_links.sh.inc
@@ -16,6 +16,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+set -e
+
rm -f .gitignore
gen_link() {
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38245?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id9367e4c45c84dcbf1c308581360be73242c0d38
Gerrit-Change-Number: 38245
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>