Skip to content

Commit ce3de22

Browse files
committed
Merge branch 'topic/alire-build' into 'master'
Include test outputs in build log See merge request eng/ide/ada_language_server!1934
2 parents 423a656 + c6c41a3 commit ce3de22

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
@@ -310,7 +310,7 @@ function build_als() {
310310
function test_als() {
311311
pip install -r "$ROOT/testsuite/requirements-ci.txt"
312312
export ALS="$ROOT/.obj/server/ada_language_server"
313-
alr exec python -- "$ROOT/testsuite/testsuite.py" --failure-exit-code 0
313+
alr exec python -- "$ROOT/testsuite/testsuite.py" --failure-exit-code 0 --show-error-output
314314
}
315315

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

0 commit comments

Comments
 (0)