Don't bother dumping logs. Use rlgl instead.
authorAnthony Green <green@moxielogic.com>
Tue, 12 Nov 2019 10:51:09 +0000 (05:51 -0500)
committerAnthony Green <green@moxielogic.com>
Tue, 12 Nov 2019 10:51:09 +0000 (05:51 -0500)
.travis/build-in-container.sh
.travis/build.sh

index 4baf479fe14b8a4d4fca837e5507b9d14e7cda0e..af8e2b67d7736ccd22b0e987626f31747bb08112 100755 (executable)
@@ -1,11 +1,5 @@
 #!/bin/bash
 
-set -x
-
-echo ===============================================================
-env
-echo ===============================================================
-
 cd /opt
 
 export QEMU_LD_PREFIX=/usr/${HOST}
@@ -15,16 +9,6 @@ make
 make dist
 make check RUNTESTFLAGS="-a $RUNTESTFLAGS"
 
-gzip -c -9 */testsuite/libffi.log > libffi.log.gz
-echo ================================================================
-echo The logs are too long for travis to handle, so we compress and
-echo uuencode them.  Download, decode and uncompress if you need to
-echo read them.
-echo ================================================================
-uuencode libffi.log.gz -
-echo ================================================================
-echo ================================================================
-
 ./rlgl l https://rl.gl
 ID=$(./rlgl start)
 ./rlgl e --id=$ID --policy=https://github.com/libffi/rlgl-policy.git */testsuite/libffi.log
index 65449cc4bd1382787ad9deaa6b73ff48ee7ebd12..502dce71cfa5b00175ed168bac18c1c760883a51 100755 (executable)
@@ -32,17 +32,6 @@ function build_linux()
     make dist
     make check RUNTESTFLAGS="-a $RUNTESTFLAGS"
 
-    gzip -c -9 */testsuite/libffi.log > libffi.log.gz
-    echo ================================================================
-    echo The logs are too long for travis to handle, so we compress and
-    echo uuencode them.  Download, decode and uncompress if you need to
-    echo read them.  For example, if you select and save this text
-    echo as libffi.uu, run: 'cat libffi.uu | uudecode | gzip -d | less'.
-    echo ================================================================
-    uuencode libffi.log.gz -
-    echo ================================================================
-    echo ================================================================
-
     ./rlgl l https://rl.gl
     ID=$(./rlgl start)
     ./rlgl e --id=$ID --policy=https://github.com/libffi/rlgl-policy.git */testsuite/libffi.log