From unknown Sat Jun 14 05:18:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#36661] [PATCH] tests: Sort scheme tests alphabetically Resent-From: Robert Vollmert Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 15 Jul 2019 11:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 36661 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 36661@debbugs.gnu.org Cc: Robert Vollmert X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15631883772691 (code B ref -1); Mon, 15 Jul 2019 11:00:02 +0000 Received: (at submit) by debbugs.gnu.org; 15 Jul 2019 10:59:37 +0000 Received: from localhost ([127.0.0.1]:46577 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmyhk-0000hL-Nd for submit@debbugs.gnu.org; Mon, 15 Jul 2019 06:59:37 -0400 Received: from lists.gnu.org ([209.51.188.17]:52891) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmyhi-0000h6-87 for submit@debbugs.gnu.org; Mon, 15 Jul 2019 06:59:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43436) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmyhg-0007tN-TZ for guix-patches@gnu.org; Mon, 15 Jul 2019 06:59:34 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmyhf-0000hJ-P3 for guix-patches@gnu.org; Mon, 15 Jul 2019 06:59:32 -0400 Received: from mx2.mailbox.org ([80.241.60.215]:45638) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hmyhf-0000ga-G0 for guix-patches@gnu.org; Mon, 15 Jul 2019 06:59:31 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 4D3CEA01D6; Mon, 15 Jul 2019 12:59:29 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter06.heinlein-hosting.de (spamfilter06.heinlein-hosting.de [80.241.56.125]) (amavisd-new, port 10030) with ESMTP id 9Agv5Jwg21gR; Mon, 15 Jul 2019 12:59:24 +0200 (CEST) From: Robert Vollmert Date: Mon, 15 Jul 2019 12:59:15 +0200 Message-Id: <20190715105915.23913-1-rob@vllmrt.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 80.241.60.215 X-Spam-Score: -1.6 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) * Makefile.am (SCM_TESTS): Sort. --- Makefile.am | 102 ++++++++++++++++++++++++++-------------------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6e2124a263..6151afd6a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -362,76 +362,76 @@ TEST_EXTENSIONS =3D .scm .sh if CAN_RUN_TESTS =20 SCM_TESTS =3D \ + tests/accounts.scm \ tests/base16.scm \ tests/base32.scm \ tests/base64.scm \ + tests/bournish.scm \ + tests/builders.scm \ + tests/build-utils.scm \ + tests/cache.scm \ + tests/challenge.scm \ tests/channels.scm \ + tests/combinators.scm \ + tests/containers.scm \ tests/cpan.scm \ tests/cpio.scm \ + tests/cran.scm \ tests/crate.scm \ - tests/gem.scm \ - tests/pki.scm \ - tests/print.scm \ - tests/sets.scm \ - tests/modules.scm \ - tests/gnu-maintenance.scm \ - tests/substitute.scm \ - tests/builders.scm \ + tests/cve.scm \ + tests/debug-link.scm \ tests/derivations.scm \ - tests/glob.scm \ - tests/grafts.scm \ - tests/ui.scm \ - tests/status.scm \ - tests/records.scm \ - tests/processes.scm \ - tests/upstream.scm \ - tests/combinators.scm \ tests/discovery.scm \ - tests/utils.scm \ - tests/build-utils.scm \ - tests/packages.scm \ - tests/snix.scm \ - tests/hackage.scm \ - tests/cran.scm \ tests/elpa.scm \ - tests/texlive.scm \ - tests/store.scm \ - tests/monads.scm \ + tests/file-systems.scm \ + tests/gem.scm \ tests/gexp.scm \ - tests/nar.scm \ - tests/union.scm \ - tests/profiles.scm \ - tests/search-paths.scm \ - tests/syscalls.scm \ - tests/inferior.scm \ + tests/glob.scm \ + tests/gnu-maintenance.scm \ + tests/grafts.scm \ + tests/graph.scm \ tests/gremlin.scm \ - tests/debug-link.scm \ - tests/bournish.scm \ + tests/hackage.scm \ + tests/import-utils.scm \ + tests/inferior.scm \ tests/lint.scm \ - tests/publish.scm \ - tests/scripts.scm \ - tests/size.scm \ - tests/graph.scm \ - tests/challenge.scm \ - tests/cache.scm \ - tests/cve.scm \ - tests/workers.scm \ - tests/zlib.scm \ tests/lzlib.scm \ - tests/file-systems.scm \ - tests/uuid.scm \ - tests/system.scm \ - tests/accounts.scm \ - tests/services.scm \ - tests/scripts-build.scm \ - tests/containers.scm \ + tests/modules.scm \ + tests/monads.scm \ + tests/nar.scm \ tests/opam.scm \ + tests/packages.scm \ tests/pack.scm \ + tests/pki.scm \ + tests/print.scm \ + tests/processes.scm \ + tests/profiles.scm \ + tests/publish.scm \ tests/pypi.scm \ - tests/import-utils.scm \ + tests/records.scm \ + tests/scripts-build.scm \ + tests/scripts.scm \ + tests/search-paths.scm \ + tests/services.scm \ + tests/sets.scm \ + tests/size.scm \ + tests/snix.scm \ + tests/status.scm \ tests/store-database.scm \ tests/store-deduplication.scm \ - tests/store-roots.scm + tests/store-roots.scm \ + tests/store.scm \ + tests/substitute.scm \ + tests/syscalls.scm \ + tests/system.scm \ + tests/texlive.scm \ + tests/ui.scm \ + tests/union.scm \ + tests/upstream.scm \ + tests/utils.scm \ + tests/uuid.scm \ + tests/workers.scm \ + tests/zlib.scm =20 SH_TESTS =3D \ tests/guix-build.sh \ --=20 2.20.1 (Apple Git-117) From unknown Sat Jun 14 05:18:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#36661] [PATCH] tests: Sort scheme tests alphabetically Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 15 Jul 2019 12:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36661 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Robert Vollmert Cc: 36661@debbugs.gnu.org Received: via spool by 36661-submit@debbugs.gnu.org id=B36661.156319208614515 (code B ref 36661); Mon, 15 Jul 2019 12:02:02 +0000 Received: (at 36661) by debbugs.gnu.org; 15 Jul 2019 12:01:26 +0000 Received: from localhost ([127.0.0.1]:46744 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmzfZ-0003lr-Vy for submit@debbugs.gnu.org; Mon, 15 Jul 2019 08:01:26 -0400 Received: from flashner.co.il ([178.62.234.194]:53180) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmzfY-0003fo-RV for 36661@debbugs.gnu.org; Mon, 15 Jul 2019 08:01:25 -0400 Received: from localhost (unknown [94.230.83.247]) by flashner.co.il (Postfix) with ESMTPSA id 166DB400C3; Mon, 15 Jul 2019 12:01:19 +0000 (UTC) Date: Mon, 15 Jul 2019 15:01:17 +0300 From: Efraim Flashner Message-ID: <20190715120117.GE22158@macbook41> References: <20190715105915.23913-1-rob@vllmrt.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="KlAEzMkarCnErv5Q" Content-Disposition: inline In-Reply-To: <20190715105915.23913-1-rob@vllmrt.net> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 User-Agent: Mutt/1.12.1 (2019-06-15) X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --KlAEzMkarCnErv5Q Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Can you make the backslashes line up also? --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --KlAEzMkarCnErv5Q Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl0saw0ACgkQQarn3Mo9 g1GsEg/9Ezb9U3VcjESfgjsckWtjICFj1lDQoydvyk/P0rEDlVOMVQd9Y403mBVp nmrulXvAWaH+CZf4kV4c4Q8bBZL75+ptkrL+AbcrCxWP89O52OWVe4w5IIEteUsN wvpw6J2kwRCzYJZfjzAEZ2g3UHAv7KOgOBClCjHrSviOgCEaNej7pu6jR2DcnWtF EKY3J/p9HIYYQAlfP/CY/zrZ4JJIzVWdO2rWrJ3bjFJuV57XG5p6IW62dVP9ph46 zTkUlDqFR9cPn7Lh2T0BTvClM59FbBJfAPSP4q3+XQ2SDHcimamvFw0BuP6tPyNY 4OzksRXc5WHrXWY/fdC7czwOYfRrEUUfO36Cw3qdKXaIIjQqjrs76hpRUf6Dxt8o pIPMorZ+r5stv30Q+4vg5J9hIzOYhZkSDo74d2eLAIeurpwPI7qAbVvAS3F2ZCH6 oeMPSW/jdZwpEktAx1RemUQCTa1XwjTF749EbTB9awkF8Ep31p4vWL2sLb77YYSC dKiaHwq2JC5JreWrZRedEUIedYFtJXDKTV3H8fJ21Xsls/6nAnQrEAY9bPpLHsEg j5RVNtSKdvQdc4aTrJR2IRMm1GZV6wD/PvS2gBODVURoM7/NCeVrxJGe0zbWNv+G Xt8PLgFsUZhGZHrg21f6nLimbYHntAfcjVjhZssak0yO+O65qDQ= =Q/mt -----END PGP SIGNATURE----- --KlAEzMkarCnErv5Q-- From unknown Sat Jun 14 05:18:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#36661] [PATCH] tests: Sort scheme tests alphabetically Resent-From: Robert Vollmert Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 15 Jul 2019 13:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36661 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Efraim Flashner Cc: 36661@debbugs.gnu.org Received: via spool by 36661-submit@debbugs.gnu.org id=B36661.156319565516632 (code B ref 36661); Mon, 15 Jul 2019 13:01:02 +0000 Received: (at 36661) by debbugs.gnu.org; 15 Jul 2019 13:00:55 +0000 Received: from localhost ([127.0.0.1]:46861 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn0b8-0004KC-LN for submit@debbugs.gnu.org; Mon, 15 Jul 2019 09:00:54 -0400 Received: from mx2.mailbox.org ([80.241.60.215]:37286) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn0b6-0004Jy-Eq for 36661@debbugs.gnu.org; Mon, 15 Jul 2019 09:00:53 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id E9BD0A01D6; Mon, 15 Jul 2019 15:00:45 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter05.heinlein-hosting.de (spamfilter05.heinlein-hosting.de [80.241.56.123]) (amavisd-new, port 10030) with ESMTP id EMFFPURnAmFC; Mon, 15 Jul 2019 15:00:39 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) From: Robert Vollmert In-Reply-To: <20190715120117.GE22158@macbook41> Date: Mon, 15 Jul 2019 15:00:36 +0200 Content-Transfer-Encoding: 7bit Message-Id: References: <20190715105915.23913-1-rob@vllmrt.net> <20190715120117.GE22158@macbook41> X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) > On 15. Jul 2019, at 14:01, Efraim Flashner wrote: > > Can you make the backslashes line up also? They do? From unknown Sat Jun 14 05:18:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#36661] bump References: <20190715105915.23913-1-rob@vllmrt.net> In-Reply-To: <20190715105915.23913-1-rob@vllmrt.net> Resent-From: Robert Vollmert Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 22 Jul 2019 20:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36661 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 36661@debbugs.gnu.org Received: via spool by 36661-submit@debbugs.gnu.org id=B36661.15638258204009 (code B ref 36661); Mon, 22 Jul 2019 20:04:01 +0000 Received: (at 36661) by debbugs.gnu.org; 22 Jul 2019 20:03:40 +0000 Received: from localhost ([127.0.0.1]:33677 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hpeX6-00012b-6Z for submit@debbugs.gnu.org; Mon, 22 Jul 2019 16:03:40 -0400 Received: from mx2.mailbox.org ([80.241.60.215]:10334) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hpeX4-00012M-7s for 36661@debbugs.gnu.org; Mon, 22 Jul 2019 16:03:38 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 49C6BA01CA for <36661@debbugs.gnu.org>; Mon, 22 Jul 2019 22:03:32 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter01.heinlein-hosting.de (spamfilter01.heinlein-hosting.de [80.241.56.115]) (amavisd-new, port 10030) with ESMTP id xPWNJYiZ4tOs for <36661@debbugs.gnu.org>; Mon, 22 Jul 2019 22:03:30 +0200 (CEST) From: Robert Vollmert Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Message-Id: <84C9E62E-1F7E-463B-8702-2A20203B6223@vllmrt.net> Date: Mon, 22 Jul 2019 22:03:28 +0200 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi, would someone be so kind as to apply this? It=E2=80=99s a bit of a pain having to rebase it over test file additions. (If you=E2=80=99re worried about the backslashes being non-aligned: Note that this appears so in the patch for module names of lengths 3, 11, =E2=80=A6.) Robert From unknown Sat Jun 14 05:18:51 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Robert Vollmert Subject: bug#36661: closed (Re: [bug#36661] bump) Message-ID: References: <20190723065741.GD780@macbook41> <20190715105915.23913-1-rob@vllmrt.net> X-Gnu-PR-Message: they-closed 36661 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 36661@debbugs.gnu.org Date: Tue, 23 Jul 2019 06:58:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1563865082-11926-1" This is a multi-part message in MIME format... ------------=_1563865082-11926-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #36661: [PATCH] tests: Sort scheme tests alphabetically which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 36661@debbugs.gnu.org. --=20 36661: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D36661 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1563865082-11926-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 36661-done) by debbugs.gnu.org; 23 Jul 2019 06:57:52 +0000 Received: from localhost ([127.0.0.1]:33928 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hpokC-000361-6W for submit@debbugs.gnu.org; Tue, 23 Jul 2019 02:57:52 -0400 Received: from flashner.co.il ([178.62.234.194]:59106) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hpokA-00035h-2A for 36661-done@debbugs.gnu.org; Tue, 23 Jul 2019 02:57:50 -0400 Received: from localhost (unknown [94.230.83.247]) by flashner.co.il (Postfix) with ESMTPSA id 1E76E402DE; Tue, 23 Jul 2019 06:57:43 +0000 (UTC) Date: Tue, 23 Jul 2019 09:57:41 +0300 From: Efraim Flashner To: Robert Vollmert Subject: Re: [bug#36661] bump Message-ID: <20190723065741.GD780@macbook41> References: <20190715105915.23913-1-rob@vllmrt.net> <84C9E62E-1F7E-463B-8702-2A20203B6223@vllmrt.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="48TaNjbzBVislYPb" Content-Disposition: inline In-Reply-To: <84C9E62E-1F7E-463B-8702-2A20203B6223@vllmrt.net> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 User-Agent: Mutt/1.12.1 (2019-06-15) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 36661-done Cc: 36661-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --48TaNjbzBVislYPb Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I forgot about this. Patch applied. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --48TaNjbzBVislYPb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl02r+UACgkQQarn3Mo9 g1F1rhAAkmLA5M9t/TMuaZe65rzRpZ2/6Nn6aPd+/twWNaS4bHIrOcVtM5B4MvX2 nPxNCMitb+dSknuRVp/amE2CwC+ZaBn7tWcC0yWELqWRrFdGHP2oDnWn2kK2M8hD MnVItBKLX53HdsmRyNOiozf2KPdWhlOnhbF3s3IOcHb9IxcXaZ5Nwn0p5m9J8g5v Dq+S/r5q6mwV7OqXX5pwezOe65gGMTGeVj8LWO2ip9uGTHrDxtEdwAskBYaS8gc0 XS2mxJJmxMDlPDrwUd/XFpY6W57RFj6MHeND1miJbbT82TlJGlXuUJ0nGY8wWv5x BUCc/+NrDdxt+iN1MzZvX10yzlb6cVeX6PY15DmeTCgmZNCvcWN6pezTImt42yui 5wNANz8pW1IHuqlhoON7h2o8Znu15glBBn8TzXB6wQZqeLyRhGL04ZzxgiPG7oht 6Cy0h0YleXWv6TYleZ+c30N9Tmgw4HV38ud0G2kOcnYGbOu4QwBIYgY/NJuqt58S Pn8pO4itMaaCaDVBNN+3XYic6Ug/HBi6luJMslDeiMPV+hzG7xeQswGJZzDxyUxf uAVb5osMG44JE+RSFI3ADWN2jgjnVs6+7DC2HEMiRlc0P5sJxMFntiQRbVvtWdbz NzKPbUtQCecV9i31XWUpTEoy1nZD3LLzck/jR6sVZtnXZN8W/tI= =VM9I -----END PGP SIGNATURE----- --48TaNjbzBVislYPb-- ------------=_1563865082-11926-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 15 Jul 2019 10:59:37 +0000 Received: from localhost ([127.0.0.1]:46577 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmyhk-0000hL-Nd for submit@debbugs.gnu.org; Mon, 15 Jul 2019 06:59:37 -0400 Received: from lists.gnu.org ([209.51.188.17]:52891) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmyhi-0000h6-87 for submit@debbugs.gnu.org; Mon, 15 Jul 2019 06:59:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43436) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmyhg-0007tN-TZ for guix-patches@gnu.org; Mon, 15 Jul 2019 06:59:34 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmyhf-0000hJ-P3 for guix-patches@gnu.org; Mon, 15 Jul 2019 06:59:32 -0400 Received: from mx2.mailbox.org ([80.241.60.215]:45638) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hmyhf-0000ga-G0 for guix-patches@gnu.org; Mon, 15 Jul 2019 06:59:31 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 4D3CEA01D6; Mon, 15 Jul 2019 12:59:29 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter06.heinlein-hosting.de (spamfilter06.heinlein-hosting.de [80.241.56.125]) (amavisd-new, port 10030) with ESMTP id 9Agv5Jwg21gR; Mon, 15 Jul 2019 12:59:24 +0200 (CEST) From: Robert Vollmert To: guix-patches@gnu.org Subject: [PATCH] tests: Sort scheme tests alphabetically Date: Mon, 15 Jul 2019 12:59:15 +0200 Message-Id: <20190715105915.23913-1-rob@vllmrt.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 80.241.60.215 X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: Robert Vollmert X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) * Makefile.am (SCM_TESTS): Sort. --- Makefile.am | 102 ++++++++++++++++++++++++++-------------------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6e2124a263..6151afd6a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -362,76 +362,76 @@ TEST_EXTENSIONS =3D .scm .sh if CAN_RUN_TESTS =20 SCM_TESTS =3D \ + tests/accounts.scm \ tests/base16.scm \ tests/base32.scm \ tests/base64.scm \ + tests/bournish.scm \ + tests/builders.scm \ + tests/build-utils.scm \ + tests/cache.scm \ + tests/challenge.scm \ tests/channels.scm \ + tests/combinators.scm \ + tests/containers.scm \ tests/cpan.scm \ tests/cpio.scm \ + tests/cran.scm \ tests/crate.scm \ - tests/gem.scm \ - tests/pki.scm \ - tests/print.scm \ - tests/sets.scm \ - tests/modules.scm \ - tests/gnu-maintenance.scm \ - tests/substitute.scm \ - tests/builders.scm \ + tests/cve.scm \ + tests/debug-link.scm \ tests/derivations.scm \ - tests/glob.scm \ - tests/grafts.scm \ - tests/ui.scm \ - tests/status.scm \ - tests/records.scm \ - tests/processes.scm \ - tests/upstream.scm \ - tests/combinators.scm \ tests/discovery.scm \ - tests/utils.scm \ - tests/build-utils.scm \ - tests/packages.scm \ - tests/snix.scm \ - tests/hackage.scm \ - tests/cran.scm \ tests/elpa.scm \ - tests/texlive.scm \ - tests/store.scm \ - tests/monads.scm \ + tests/file-systems.scm \ + tests/gem.scm \ tests/gexp.scm \ - tests/nar.scm \ - tests/union.scm \ - tests/profiles.scm \ - tests/search-paths.scm \ - tests/syscalls.scm \ - tests/inferior.scm \ + tests/glob.scm \ + tests/gnu-maintenance.scm \ + tests/grafts.scm \ + tests/graph.scm \ tests/gremlin.scm \ - tests/debug-link.scm \ - tests/bournish.scm \ + tests/hackage.scm \ + tests/import-utils.scm \ + tests/inferior.scm \ tests/lint.scm \ - tests/publish.scm \ - tests/scripts.scm \ - tests/size.scm \ - tests/graph.scm \ - tests/challenge.scm \ - tests/cache.scm \ - tests/cve.scm \ - tests/workers.scm \ - tests/zlib.scm \ tests/lzlib.scm \ - tests/file-systems.scm \ - tests/uuid.scm \ - tests/system.scm \ - tests/accounts.scm \ - tests/services.scm \ - tests/scripts-build.scm \ - tests/containers.scm \ + tests/modules.scm \ + tests/monads.scm \ + tests/nar.scm \ tests/opam.scm \ + tests/packages.scm \ tests/pack.scm \ + tests/pki.scm \ + tests/print.scm \ + tests/processes.scm \ + tests/profiles.scm \ + tests/publish.scm \ tests/pypi.scm \ - tests/import-utils.scm \ + tests/records.scm \ + tests/scripts-build.scm \ + tests/scripts.scm \ + tests/search-paths.scm \ + tests/services.scm \ + tests/sets.scm \ + tests/size.scm \ + tests/snix.scm \ + tests/status.scm \ tests/store-database.scm \ tests/store-deduplication.scm \ - tests/store-roots.scm + tests/store-roots.scm \ + tests/store.scm \ + tests/substitute.scm \ + tests/syscalls.scm \ + tests/system.scm \ + tests/texlive.scm \ + tests/ui.scm \ + tests/union.scm \ + tests/upstream.scm \ + tests/utils.scm \ + tests/uuid.scm \ + tests/workers.scm \ + tests/zlib.scm =20 SH_TESTS =3D \ tests/guix-build.sh \ --=20 2.20.1 (Apple Git-117) ------------=_1563865082-11926-1--