Closed rivy closed 7 years ago
+ping
I'll make both of the Makefile changes and update the PR.
I've lost some context in the intervening time, so I'm not 100% sure about the aux001.pl change. But, I believe it was a change to make it work correctly when running from the parent directory's Makefile.
Looking at it now, I believe the print to STDERR without an abnormal exit code was a problem. I think changing it to a die
would be reasonable and in keeping with the function of the other tests. I can add that as a separate commit to the PR as well.
I've corrected both with the recent commits.
Just let me know if the code needs any more massage.
On Mon, 27 Feb 2017 09:15:03 -0800, Roy Ivy III notifications@github.com wrote:
I've corrected both with the recent commits.
Thanks, merged.
I made some further cleanups to regtest/Makefile: eliminated unnecessary code, normalized the targets to "test_basic" and "test_aux".
As for aux001.pl: The aux tests are a bit special anyway, the log needs to be inspected for messages. The " || echo FAILED " is merely intented to catch unexpected crashes. Anyway, your change to aux001.pl is ok.
You may wish to cleanup regtest/Makefile.dmake, I think the $(DOLLAR) thing is no longer necessary.
Thanks again,
Johan