[arch-commits] Commit in tracker3/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Mar 15 22:07:37 UTC 2021


    Date: Monday, March 15, 2021 @ 22:07:37
  Author: heftig
Revision: 410021

Disable TRACKER_DEBUG (the output lines are too long for meson)

Modified:
  tracker3/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-15 21:37:26 UTC (rev 410020)
+++ PKGBUILD	2021-03-15 22:07:37 UTC (rev 410021)
@@ -35,7 +35,7 @@
 }
 
 check() {
-  TRACKER_DEBUG=sqlite,sql-statements dbus-run-session meson test -C build --print-errorlogs -t 3
+  dbus-run-session meson test -C build --print-errorlogs -t 3
 }
 
 package() {



More information about the arch-commits mailing list