summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2017-05-30 13:17:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-03 23:46:06 +0100
commit693878a3e9fdc7ed79e7de258ec9927440b0561a (patch)
tree3b7d8f4e7e170be9a9dace97dfee690751c85ff6 /scripts/runqemu
parent1deb4a00ba049e9d13c7991e5fba867b590d2c43 (diff)
downloadpoky-693878a3e9fdc7ed79e7de258ec9927440b0561a.tar.gz
devtool: deploy-target: Let script continue even if rm fails
The remote script is run with `set -e`, so doing rm without -f on a $file that is already gone will exit the whole script, failing any redeployment. Assume a use case where packages sometimes produces certain test binaries stored on volatile media (tmpfs), and where the system is occasionally rebooted. (From OE-Core rev: db54c9a22a9b66c673df8e836de5e47fc9edda0b) Signed-off-by: Daniel Lublin <daniel@lublin.se> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu')
0 files changed, 0 insertions, 0 deletions