We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d1b53 commit d5518e3Copy full SHA for d5518e3
scripts/build_als.sh
@@ -295,7 +295,7 @@ function build_als() {
295
function test_als() {
296
pip install -r "$ROOT/testsuite/requirements-ci.txt"
297
export ALS="$ROOT/.obj/server/ada_language_server"
298
- alr exec python -- "$ROOT/testsuite/testsuite.py"
+ alr exec python -- "$ROOT/testsuite/testsuite.py" --failure-exit-code 0
299
}
300
301
# Find the path to libgmp as linked in the given executable
0 commit comments