From bca4076e443aef64fcb8b3e7207f0fceface6929 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Mon, 10 Feb 2025 10:44:09 +0100 Subject: [PATCH] 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 --- ci/complexity_measurements/getWmops.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/complexity_measurements/getWmops.sh b/ci/complexity_measurements/getWmops.sh index 3f49630530..750c2c299b 100755 --- a/ci/complexity_measurements/getWmops.sh +++ b/ci/complexity_measurements/getWmops.sh @@ -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 -- GitLab