Date: Monday, April 26, 2021 @ 18:41:53 Author: felixonmars Revision: 924558
upgpkg: haskell-persistent-mysql 2.12.0.0-1 Modified: haskell-persistent-mysql/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-26 18:38:41 UTC (rev 924557) +++ PKGBUILD 2021-04-26 18:41:53 UTC (rev 924558) @@ -49,7 +49,7 @@ mysql -h 127.0.0.1 -u root -e "create database IF NOT EXISTS persistent;" # Compatibility issue with mariadb: https://github.com/yesodweb/persistent/issues/1158 - TRAVIS=true runhaskell Setup test || echo "Tests failed" + TRAVIS=true runhaskell Setup test --show-details=direct || echo "Tests failed" kill $MYSQL_PID }
