Skip to content

Commit

Permalink
CI: Enable failing on error
Browse files Browse the repository at this point in the history
This was introduced when we split the CI script into two, the second one
does not fail on error.
  • Loading branch information
certik committed Mar 30, 2022
1 parent 7d250c7 commit edf846f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/test.xsh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/usr/bin/env xonsh
#
$RAISE_SUBPROC_ERROR = True
trace on

# Run some simple compilation tests, works everywhere:
src/bin/lpython --version
# Compile and link separately
Expand Down

0 comments on commit edf846f

Please sign in to comment.