config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] config.sub is not idempotent


From: Ben Elliston
Subject: Re: [PATCH] config.sub is not idempotent
Date: Mon, 30 Jul 2018 10:01:51 +1000
User-agent: NeoMutt/20170609 (1.8.3)

Hi John

With your patch, the testsuite output looks like this:

   cd testsuite && bash config-guess.sh && rm uname
   PASS: config.guess checks (101 tests)
   cd testsuite && bash config-sub.sh
   Checking mappings...
   Checking idempotency...
   PASS: config.sub checks (597 tests)

Can you please change your patch so that it looks like this?

   cd testsuite && bash config-guess.sh && rm uname
   PASS: config.guess checks (101 tests)
   cd testsuite && bash config-sub.sh
   PASS: config.sub checks (597 tests)
   PASS: config.sub idempotency checks (597 tests)

Note: it's a bit trickier than it seems. :-)

Thanks,
Ben

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]