scripts: collect-test-info: Fix cp command when collecting VM logs
Fixes: 431b76892936 ("scripts: Fix shell expansion when collecting VM logs") Change-Id: I4edf4eeb9118df8c2bd219d23bde85a74e1375c5
This commit is contained in:
parent
95c3103d97
commit
6db1bee4c3
@ -14,7 +14,7 @@ echo "Making logs directory and collecting logs."
|
||||
[ -d ${LOG_LOCATION} ] || mkdir -p ${LOG_LOCATION}
|
||||
|
||||
if [ -z "${TEST_VM_NODE_NAMES+x}" ]; then
|
||||
sudo sh -c "cp /var/log/libvirt/baremetal_logs/testvm[[:digit:]]_console.log" ${LOG_LOCATION}
|
||||
sudo sh -c "cp /var/log/libvirt/baremetal_logs/testvm[[:digit:]]_console.log ${LOG_LOCATION}"
|
||||
sudo chown $USER ${LOG_LOCATION}/testvm[[:digit:]]_console.log
|
||||
sudo chmod o+r ${LOG_LOCATION}/testvm[[:digit:]]_console.log
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user