Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

exclude graphviz tags from berks tests #23

Merged
merged 2 commits into from
Apr 24, 2014
Merged

exclude graphviz tags from berks tests #23

merged 2 commits into from
Apr 24, 2014

Conversation

mcquin
Copy link
Contributor

@mcquin mcquin commented Apr 24, 2014

Couples with: berkshelf/berkshelf#1163

@opscode/client-eng

# https://github.com/berkshelf/berkshelf/pull/1021
:test_cmd => "bundle exec rspec --color --format progress spec/unit --tag ~hg && \
# these are merged:
# https://github.com/berkshelf/berkshelf/pull/1021 (mercurial)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like that got merged so we shouldn't need to exclude :hg any more. In the graphviz case, we need to either add graphviz to omnibus, or exclude graphviz from the test suite indefinitely.

@reset
Copy link

reset commented Apr 24, 2014

The appropriate PR was merged into Berkshelf master

@danielsdeleo
Copy link
Contributor

@reset Thanks!

@mcquin This is good to go after we update the comments and optionally remove the bit that excludes hg (assuming that the referenced pull request in berks solved the problem).

@@ -48,11 +48,12 @@ def components
component "berkshelf",
:base_dir => "berkshelf",
# For berks the real command to run is "bundle exec thor spec:ci"
# We can't run it right now since mercurial specs are included in the
# We can't run it right now since graphviz specs are included in the
# test suite by default. We will be able to switch to that command when
# this is merged:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment isn't technically correct, since merging that PR just gives us the option to exclude graphviz tests. We can just say "We will be able to switch to that command when/if graphviz is added to omnibus"

@mcquin
Copy link
Contributor Author

mcquin commented Apr 24, 2014

@danielsdeleo made things better

@danielsdeleo
Copy link
Contributor

Awesome!

mcquin added a commit that referenced this pull request Apr 24, 2014
exclude graphviz tags from berks tests
@mcquin mcquin merged commit 58bd668 into master Apr 24, 2014
@mcquin mcquin deleted the graphviz-tag branch April 24, 2014 22:37
@danielsdeleo danielsdeleo added this to the 0.1.0 milestone Apr 29, 2014
@chef-boneyard chef-boneyard locked and limited conversation to collaborators Feb 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants