Actions
Bug #6457
closedmissing zsh files in rudder-tests, error in box setup
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
When cleanbox is called, it tries to copy zsh files, but this directory does not exists.
==> centos_agent1: rsync: change_dir "/vagrant/scripts/files/zsh" failed: No such file or directory (2) ==> centos_agent1: rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6] ==> centos_agent1: rsync: change_dir "/vagrant/scripts/files/zsh" failed: No such file or directory (2) ==> centos_agent1: rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]
Benoit, it is missing from your previous issue #6409 ?
if not, should we remove zsh lines? or make it an option (found zsh file copy them, else do nothing)
Actions