X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=test%2Frunalltests;fp=test%2Frunalltests;h=0497c52b4f290664f7faf37efe93a224128362f7;hp=b43d42ce784bf42f115e735eacd8f4e5b7a5d001;hb=90950f1aa3d8d01e4b1a4a4b389f1bff7da94f45;hpb=e429820bc15ffd06239ae9e4f4100ee47738deba diff --git a/test/runalltests b/test/runalltests index b43d42c..0497c52 100755 --- a/test/runalltests +++ b/test/runalltests @@ -1,6 +1,7 @@ #!/bin/sh -for i in `find tests -name 'test-*' -type f`; +# Note that we ignore *~ files as these are probably editor backups +for i in `find tests -name 'test-*[!~]' -type f`; do ./runtest $i done