Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6135 from EOSIO/prattj/buildkite-sanitizers-retur…
Browse files Browse the repository at this point in the history
…n-true

Update Sanitizers Pipeline ctest command
  • Loading branch information
zreyn authored Oct 26, 2018
2 parents ac428c3 + 71e0138 commit 1fb991b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ steps:
echo "--- :m: Starting MongoDB" && \
$(which mongod) --fork --logpath "$(pwd)"/mongod.log && \
echo "+++ :microscope: Running tests" && \
ctest -j8 -LE _tests -V -O sanitizer.log
ctest -j8 -LE _tests -V -O sanitizer.log || true
label: ":_: Undefined Sanitizer Tests"
agents:
- "role=automation-builder-large"
Expand All @@ -115,7 +115,7 @@ steps:
echo "--- :m: Starting MongoDB" && \
$(which mongod) --fork --logpath "$(pwd)"/mongod.log && \
echo "+++ :microscope: Running tests" && \
ctest -j8 -LE _tests -V -O sanitizer.log
ctest -j8 -LE _tests -V -O sanitizer.log || true
label: ":_: Address Sanitizer Tests"
agents:
- "role=automation-builder-large"
Expand Down

0 comments on commit 1fb991b

Please sign in to comment.