Commit 6630764d244aeb3bc0797d0c3c7ccc79084061a8

Anthony Green 2019-11-12T22:56:37

Account for shorter ==LOGFILE== string

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.travis/build.sh b/.travis/build.sh
index e92cf11..ba0412c 100755
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -24,7 +24,7 @@ function build_cfarm()
     curl -u ${CFARM_AUTH} https://cfarm-test-libffi-libffi.apps.home.labdroid.net/test?host=${HOST}\&commit=${TRAVIS_COMMIT} | tee build.log
     echo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
     echo $(grep '==LOGFILE==' build.log)
-    echo $(grep '==LOGFILE==' build.log | cut -b15-)
+    echo $(grep '==LOGFILE==' build.log | cut -b13-)
     echo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
     curl -u ${CFARM_AUTH} "$(grep '== LOGFILE ==' build.log | cut -b15-)" > libffi.log