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:
parent
b6f7fa6eb5
commit
bdf7754552
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue