Re: [PATCH] config.sub is not idempotent

2018-07-29 Thread John Ericson
I'll get to this is a few hours. What do you want it to say if the checks succeed and idempotency checks fail, or vice versa? (Maybe there should be a 3rd line for overall success?)John___ config-patches mailing list config-patches@gnu.org

Re: [PATCH] config.sub is not idempotent

2018-07-29 Thread Ben Elliston
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

Re: [PATCH] config.sub is not idempotent

2018-07-29 Thread John Ericson
I made it print either "PASS...\nPASS..." for both successful, or nothing otherwise, which was my best guess for what you meant. I also added 2 more cleanups of the testsuite go in 2 prior commits. Cheers, John On 07/29/18 21:03, John Ericson wrote: I'll get to this is a few hours. What do

Re: [PATCH] config.sub is not idempotent

2018-07-29 Thread Ben Elliston
There are now two separate tests for config.sub. I would like the test results tracked separately. Perhaps it is time to switch to a Dejagnu test harness.  Ben On 30 July 2018 3:10:46 pm AEST, John Ericson wrote: >I made it print either "PASS...\nPASS..." for both successful, or >nothing