summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-03-19 12:20:32 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2012-03-19 12:20:32 +0100
commit8cf2c261eada67a137c7d118edf305f010e469ff (patch)
treeb515c6d1e731a4a7421925e52e5a953eb18d8551
parentc1371ebc400fe9578908beca87f2bf407daf1506 (diff)
downloadstrace-8cf2c261eada67a137c7d118edf305f010e469ff.tar.gz
strace-8cf2c261eada67a137c7d118edf305f010e469ff.tar.bz2
strace-8cf2c261eada67a137c7d118edf305f010e469ff.tar.xz
Update qemu build script: now tries to upload result back to host
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-xqemu_multiarch_testing/hdc.dir/init26
1 files changed, 5 insertions, 1 deletions
diff --git a/qemu_multiarch_testing/hdc.dir/init2 b/qemu_multiarch_testing/hdc.dir/init2
index 58225c6..f1a9dee 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