]> git.draconx.ca Git - cdecl99.git/commit
tests: Better output filter in randomdecl sanity test.
authorNick Bowler <nbowler@draconx.ca>
Mon, 4 Dec 2023 05:14:47 +0000 (00:14 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 4 Dec 2023 05:24:26 +0000 (00:24 -0500)
commit420731be907d16ff3f6905ac5281543a0e784c54
treea5d09075b80569e70b4f30249f866e7fb5e98911
parent9f003ff99e099ddfe8b8a4af08a447d990705778
tests: Better output filter in randomdecl sanity test.

Instead of a big sed program producing thousands of lines to then
extract the unique ones, use an awk program that follows the same
basic concept but only prints any particular line once.
tests/internal.at
tests/stress.at