From: Denys Vlasenko Date: Mon, 19 Mar 2012 11:20:32 +0000 (+0100) Subject: Update qemu build script: now tries to upload result back to host X-Git-Tag: v4.7~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cf2c261eada67a137c7d118edf305f010e469ff;p=strace Update qemu build script: now tries to upload result back to host Signed-off-by: Denys Vlasenko --- 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