Commit bca4076e authored by Jan Kiene's avatar Jan Kiene
Browse files

do not use bash strict mode for getWmops.sh

could be fixed also by using "|| retval=$?" on the IvasBuildAndRunChecks
call, but better stay save to not loose complexity graphs
parent eff57e34
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -28,8 +28,6 @@
# accordance with the laws of the Federal Republic of Germany excluding its conflict of law rules and
# the United Nations Convention on Contracts on the International Sales of Goods.

set -euxo pipefail

function usage {
  echo "Usage: $0 \"ivas-format(s)\" \"output-format(s)\" \"mode{full(default)|mem_only}\" \"repo{float(default)|basop}\" [wmops_ref_logfile]"
  exit 1