diff options
Diffstat (limited to '.gitlab/ci.sh')
-rwxr-xr-x | .gitlab/ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh index e76a5d912b..b3ac97aff4 100755 --- a/.gitlab/ci.sh +++ b/.gitlab/ci.sh @@ -499,7 +499,7 @@ function test_hadrian() { fi done if [ -n "$bad_execs" ]; then - error "the following executables contain dynamic-object references: $bad_execs" + fail "the following executables contain dynamic-object references: $bad_execs" fi fi |