]> granicus.if.org Git - strace/commitdiff
Update qemu build script: now tries to upload result back to host
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 19 Mar 2012 11:20:32 +0000 (12:20 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 19 Mar 2012 11:20:32 +0000 (12:20 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
qemu_multiarch_testing/hdc.dir/init2

index 58225c6657c90e8fb717aa5a048750c68b96c9e9..f1a9dee4721f32038538a72adede603a0a20af13 100755 (executable)
@@ -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