From 8cf2c261eada67a137c7d118edf305f010e469ff Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 19 Mar 2012 12:20:32 +0100 Subject: [PATCH] Update qemu build script: now tries to upload result back to host Signed-off-by: Denys Vlasenko --- qemu_multiarch_testing/hdc.dir/init2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qemu_multiarch_testing/hdc.dir/init2 b/qemu_multiarch_testing/hdc.dir/init2 index 58225c66..f1a9dee4 100755 --- a/qemu_multiarch_testing/hdc.dir/init2 +++ b/qemu_multiarch_testing/hdc.dir/init2 @@ -6,10 +6,14 @@ echo "Building" cd strace && ./configure && make && - echo "Build: SUCCESS" && + echo "Build: SUCCESS" + size strace ./strace # strace may segfault, let's see exit code echo "Exit code: $?" + ./strace /bin/true + echo "Exit code: $?" + ftpput -P "$FTP_PORT" "$FTP_SERVER" strace ) 2>&1 | tee strace_build.log mount -o remount,ro /home sync -- 2.40.0