tests/Makefile: Show the output for all tests, don't use Genlog
[gpstools.git] / tests / remove_perltestnumbers
blobc3e04727474dfcd69c95f4f8f3609693ea68de2a
1 #!/usr/bin/perl -w
3 # remove_perltestnumbers
4 # File ID: 01b7a7bc-2e5a-11e5-a155-000df06acc56
6 while (<>) {
7 s/^((not )?ok)( \d+ )- /$1 - /;
8 print;