Skip to content

Commit

Permalink
set +e
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Feb 21, 2024
1 parent 7b4632f commit 0e9ef3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/run_doctests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# Unfortunately there are no tools to easily navigate a workspace and filter packages by type,
# so this script works by checking the output of the test command.
# Although this is not robust, it is far simpler than the alternative.

set +e

OUTPUT=$(cargo test --workspace --doc 2>&1)
RETURN_CODE=$?

Expand Down

0 comments on commit 0e9ef3b

Please sign in to comment.