Created
May 2, 2019 22:37
-
-
Save miah/3d547a80c216914f7da9418fd87472cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[miah@awakening inspec_tests]$ time N=20 bundle exec ruby -Ilib:test lib/plugins/inspec-plugin-manager-cli/test/functional/inspec-plugin_test.rb | |
Run options: --seed 65271 | |
# Running: | |
..........F..................................... | |
Fabulous run in 183.933906s, 0.2610 runs/s, 2.5226 assertions/s. | |
1) Failure: | |
PluginManagerCliSearch#test_search_omit_excluded_inspec_plugins [lib/plugins/inspec-plugin-manager-cli/test/functional/inspec-plugin_test.rb:232]: | |
Search result should not contain excluded gems. | |
Expected "\n\e[1m Plugin Name Versions Available \e[0m\n-------------------------------------------------------\n inspec-bin (4.3.2) \n inspec-core-bin (4.3.2) \n inspec-iggy (0.5.0) \n inspec-resource-lister (0.1.0) \n inspec-test-fixture (0.2.0) \n-------------------------------------------------------\n 5 plugin(s) found\n\n" to not include "inspec-core". | |
48 runs, 464 assertions, 1 failures, 0 errors, 0 skips | |
real 3m4.747s | |
user 2m31.565s | |
sys 0m24.064s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment