Commit Graph

8 Commits

Author SHA1 Message Date
Kugel Fuhr
c7096ab6d7 Fix an error that was introduced by me in a4a24280f2:
Using a pipe causes a subshell to be generated so the "exit" statements will
just leave the subshell. As a consequence, the sortedxxx.sh scripts produced
output but no error exit code. Which in turn caused an error in #2778 to slip
through undetected.
2025-07-13 17:56:31 +02:00
Kugel Fuhr
a4a24280f2 Do only check .c and .h files. 2025-06-30 20:50:30 +02:00
Kugel Fuhr
fa81f14cbf Add an explicit "exit 0" to the shell scripts. This worked more or less by
coincidence before since shell scripts return the exit code of the last
command run if there is no explicit exit statement.
2025-06-25 20:34:41 +02:00
Kugel Fuhr
1feeee9ce0 Do only check .c and .h files. 2025-06-25 09:37:58 +02:00
mrdudz
4daba00d47 don't make script choke with more than 9 tables 2025-06-18 00:28:53 +02:00
mrdudz
d1def100dd use sort -c 2025-06-09 22:28:19 +02:00
mrdudz
aaa1058d32 use explicit markers (comments) for the bsearch table checking, simplifies the scripts and makes them more robust too :) 2025-06-09 21:48:20 +02:00
mrdudz
d368f3d0ea simple script(s) to check if bsearch tables are sorted correctly 2025-06-09 18:26:41 +02:00