Return the data cookie settings when generating the bootstrap script

This commit is contained in:
Kovid Goyal
2022-03-09 22:18:04 +05:30
parent 577de9f746
commit 708c5126b9
2 changed files with 8 additions and 7 deletions

View File

@@ -242,7 +242,7 @@ copy --exclude */w.* d1
script = bootstrap_script(
script_type='py' if 'python' in sh else 'sh', request_id="testing",
test_script=test_script, ssh_opts_dict={'*': ssh_opts},
)
)[0]
env = basic_shell_env(home_dir)
# Avoid generating unneeded completion scripts
os.makedirs(os.path.join(home_dir, '.local', 'share', 'fish', 'generated_completions'), exist_ok=True)