Skip to content

Commit fd79f2d

Browse files
committed
mostly allways starter tests are to be executed
1 parent d572228 commit fd79f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_tester/arangodb/installers/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def __init__(
9393
self.do_install = self.deployment_mode in ["all", "install"]
9494
self.do_uninstall = self.deployment_mode in ["all", "uninstall"]
9595
self.do_system_test = self.deployment_mode in ["all", "system"] and self.have_system_service
96-
self.do_starter_test = self.deployment_mode in ["all", "tests"]
96+
self.do_starter_test = self.deployment_mode != "none" # in ["all", "tests"]
9797
self.install_prefix = Path("/")
9898

9999
self.base_test_dir = bc.test_data_dir

0 commit comments

Comments
 (0)