diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-12-13 16:44:41 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-12-13 16:44:41 -0800 |
commit | 0dd576db8a9f0b24718113b88f475f09afff7073 (patch) | |
tree | 74aea06f31f0a9d4f0844f4529f1c41471ceb73f /omnibus | |
parent | cc81bcf6ae32f10eaef6bf15a02326744e21e078 (diff) | |
download | chef-0dd576db8a9f0b24718113b88f475f09afff7073.tar.gz |
run functional tests before units
we seem to sadly have some tight coupling.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/omnibus-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/omnibus-test.sh b/omnibus/omnibus-test.sh index 93197800e5..71aa54331d 100644 --- a/omnibus/omnibus-test.sh +++ b/omnibus/omnibus-test.sh @@ -160,4 +160,4 @@ sudo -E bundle install # NOTE: we have unit tests in chef/chef which ARE NOT unit tests. We need to run them on the actual shipping production artifact on the # actual distro that they're expected to run on, or we lose test coverage, which leads to shipping regressions. We need to run all the # tests here before shipping. The integration specs have been removed due to bugginess with license acceptance, but that should be fixed. -sudo -E bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o test.xml -f documentation spec/unit spec/functional +sudo -E bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o test.xml -f documentation spec/functional spec/unit |