Change in osmo-ttcn3-hacks[master]: start-testsuite.sh: remove superflouse `set -e`

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Thu May 16 15:05:36 UTC 2019


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/14071


Change subject: start-testsuite.sh: remove superflouse `set -e`
......................................................................

start-testsuite.sh: remove superflouse `set -e`

The set -e will not interfere with the next command,
as it's executed and not included.
The exit code of the last command is returned with and without -e.

Change-Id: I820d59b29b4ba4a1d094c5c2a2af367e6ef4e5b6
---
M start-testsuite.sh
1 file changed, 0 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/71/14071/1

diff --git a/start-testsuite.sh b/start-testsuite.sh
index e2da8f0..5740d3d 100755
--- a/start-testsuite.sh
+++ b/start-testsuite.sh
@@ -42,5 +42,4 @@
   exit 1
 fi
 
-set -e
 "$compare" "$expected" "$last_log" $OSMO_TTCN3_COMPARE_ARGS

-- 
To view, visit https://gerrit.osmocom.org/14071
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I820d59b29b4ba4a1d094c5c2a2af367e6ef4e5b6
Gerrit-Change-Number: 14071
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190516/c2bc4d5e/attachment.htm>


More information about the gerrit-log mailing list