ginkgo: update smoke test location (#25517)

The `test_install` folder was moved to `test` with https://github.com/ginkgo-project/ginkgo/pull/733.
This commit is contained in:
Tobias Ribizel 2021-08-20 13:49:00 +02:00 committed by GitHub
parent b6f7fa6eb5
commit bdf7754552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,7 +132,7 @@ def setup_build_tests(self):
return
with working_dir(self.build_directory):
make("test_install")
smoke_test_path = join_path(self.build_directory, 'test_install')
smoke_test_path = join_path(self.build_directory, 'test', 'test_install')
with working_dir(smoke_test_path):
make("install")