Skip to content

Commit d5518e3

Browse files
committed
Do not fail the build process on test failures
1 parent 59d1b53 commit d5518e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_als.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ function build_als() {
295295
function test_als() {
296296
pip install -r "$ROOT/testsuite/requirements-ci.txt"
297297
export ALS="$ROOT/.obj/server/ada_language_server"
298-
alr exec python -- "$ROOT/testsuite/testsuite.py"
298+
alr exec python -- "$ROOT/testsuite/testsuite.py" --failure-exit-code 0
299299
}
300300

301301
# Find the path to libgmp as linked in the given executable

0 commit comments

Comments
 (0)