Skip to content

Commit

Permalink
ci: use suppressions from the repo under test
Browse files Browse the repository at this point in the history
Previously we always used the suppressions from `main`.
  • Loading branch information
flavorjones committed Mar 21, 2021
1 parent f6e2239 commit 200ecf7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions concourse/tasks/rake-test/run.sh
Expand Up @@ -28,12 +28,6 @@ pushd nokogiri
if [[ "${TEST_WITH_VALGRIND:-}" == "t" ]] ; then
test_task="test:valgrind" # override
# export TESTOPTS="-v" # see more verbose output to help narrow down warnings

# always use the CI suppressions if they exist
if [[ -d ../ci/suppressions ]] ; then
rm -rf suppressions
cp -var ../ci/suppressions .
fi
fi

code-climate-setup
Expand Down

0 comments on commit 200ecf7

Please sign in to comment.