From 0dd576db8a9f0b24718113b88f475f09afff7073 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Fri, 13 Dec 2019 16:44:41 -0800 Subject: run functional tests before units we seem to sadly have some tight coupling. Signed-off-by: Lamont Granquist --- omnibus/omnibus-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'omnibus/omnibus-test.sh') 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 -- cgit v1.2.1