summaryrefslogtreecommitdiff
path: root/.travis/build.sh
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-13 06:51:44 -0500
committerAnthony Green <green@moxielogic.com>2019-11-13 06:51:44 -0500
commitcda60c1a8aec070a7a822c047d89d0f18cf7c5fc (patch)
tree5c00e7876afb3a3a1f0f7982f9bf625c5ec86212 /.travis/build.sh
parenta34254bdc1dee2857b759a22e657f92aadfa85dc (diff)
downloadlibffi-cda60c1a8aec070a7a822c047d89d0f18cf7c5fc.tar.gz
Disable mips64 tests. Fix log grabbing.
Diffstat (limited to '.travis/build.sh')
-rwxr-xr-x.travis/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/build.sh b/.travis/build.sh
index bfd8b74..ab334e5 100755
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -26,7 +26,7 @@ function build_cfarm()
echo $(tail build.log | grep '^==LOGFILE==')
echo $(tail build.log | grep '^==LOGFILE==' | cut -b13-)
echo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- curl -u ${CFARM_AUTH} "$(tail build.log | grep '^== LOGFILE ==' | cut -b13-)" > libffi.log
+ curl -u ${CFARM_AUTH} "$(tail build.log | grep '^==LOGFILE==' | cut -b13-)" > libffi.log
./rlgl l https://rl.gl
ID=$(./rlgl start)