Merge "Remove leftover call to _create_stestrepository"
This commit is contained in:
commit
beb7716bb4
@ -161,7 +161,6 @@ class TempestRun(command.Command):
|
|||||||
# local execution with config file mode
|
# local execution with config file mode
|
||||||
elif parsed_args.config_file:
|
elif parsed_args.config_file:
|
||||||
self._create_stestr_conf()
|
self._create_stestr_conf()
|
||||||
self._create_stestrepository()
|
|
||||||
elif not os.path.isfile('.stestr.conf'):
|
elif not os.path.isfile('.stestr.conf'):
|
||||||
print("No .stestr.conf file was found for local execution")
|
print("No .stestr.conf file was found for local execution")
|
||||||
sys.exit(2)
|
sys.exit(2)
|
||||||
|
Loading…
Reference in New Issue
Block a user