Skip to content

Commit c6c41a3

Browse files
committed
Include test outputs in build log
no-issue-check
1 parent 423a656 commit c6c41a3

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)