HomePhorge

maint: Fix tests that don't run on their own
4a2bbbcf1977Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

maint: Fix tests that don't run on their own

From the spec directory I found all the specs that fail when run on their own.

for TEST in find . -name "*.rb" -type f; do

spec $TEST > /dev/null 2>&1
if [[ $? != 0 ]]; then
  echo $TEST
fi

done

All of them were cases of missing requires.

Paired-with: Nick Lewis <nick@puppetlabs.com>

Details

Provenance
Matt Robinson <matt@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUa95783f6d604: Merge branch 'maint/next/fix_missing_require_test_failure' into next
Branches
Unknown
Tags
Unknown

Event Timeline

Matt Robinson <matt@puppetlabs.com> committed rPU4a2bbbcf1977: maint: Fix tests that don't run on their own (authored by Matt Robinson <matt@puppetlabs.com>).Nov 22 2010, 11:56 PM