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

Chih-Hsuan Yen yan12125 at archlinux.org
Fri Jun 11 18:32:59 UTC 2021


    Date: Friday, June 11, 2021 @ 18:32:58
  Author: yan12125
Revision: 962840

nextcloud-client: debug intermittent test failure

Modified:
  nextcloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-11 18:23:48 UTC (rev 962839)
+++ PKGBUILD	2021-06-11 18:32:58 UTC (rev 962840)
@@ -59,7 +59,7 @@
 
   # Tests fail if $TMPDIR is too small; specify an alternative for machines
   # with a small /tmp partition.
-  TMPDIR="$srcdir/tmpdir" make test
+  TMPDIR="$srcdir/tmpdir" ARGS="--rerun-failed --output-on-failure" make test
 }
 
 package_nextcloud-client() {



More information about the arch-commits mailing list