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.
2 parents 423a656 + c6c41a3 commit ce3de22Copy full SHA for ce3de22
scripts/build_als.sh
@@ -310,7 +310,7 @@ function build_als() {
310
function test_als() {
311
pip install -r "$ROOT/testsuite/requirements-ci.txt"
312
export ALS="$ROOT/.obj/server/ada_language_server"
313
- alr exec python -- "$ROOT/testsuite/testsuite.py" --failure-exit-code 0
+ alr exec python -- "$ROOT/testsuite/testsuite.py" --failure-exit-code 0 --show-error-output
314
}
315
316
# Find the path to libgmp as linked in the given executable
0 commit comments