From 12efcf3285a75d197704d2eef23824b3e4f11e66 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 5 Oct 2015 09:04:04 +0200 Subject: Add qemu_multiarch_testing/ Signed-off-by: Denys Vlasenko --- qemu_multiarch_testing/hdc.dir/init | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 qemu_multiarch_testing/hdc.dir/init (limited to 'qemu_multiarch_testing/hdc.dir/init') diff --git a/qemu_multiarch_testing/hdc.dir/init b/qemu_multiarch_testing/hdc.dir/init new file mode 100755 index 000000000..692371db6 --- /dev/null +++ b/qemu_multiarch_testing/hdc.dir/init @@ -0,0 +1,9 @@ +#!/bin/sh + +# Emit a msg to let user know this place was reached +echo "Copying to /home" +# Had a case where cp SEGVs, let's have diagnostics for it +cp -a /mnt /home || { echo "cp: $?"; exit 1; } +cd /home/mnt || { echo "cd: $?"; exit 1; } +exec ./build +echo "Failed to exec ./build" -- cgit v1.2.3