Fix grep matcher
authorAnthony Green <green@moxielogic.com>
Wed, 13 Nov 2019 03:35:47 +0000 (22:35 -0500)
committerAnthony Green <green@moxielogic.com>
Wed, 13 Nov 2019 03:35:47 +0000 (22:35 -0500)
.travis/build.sh

index 73c66f72f5debc51abf6536dfc23b1661b4db97a..e92cf11c3193d1c61dcf872207e0ad050e3acebe 100755 (executable)
@@ -23,8 +23,8 @@ 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)
+    echo $(grep '==LOGFILE==' build.log | cut -b15-)
     echo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
     curl -u ${CFARM_AUTH} "$(grep '== LOGFILE ==' build.log | cut -b15-)" > libffi.log